Scorum
Public Attributes | List of all members
scorum::chain::block_summary_object Class Reference

tracks minimal information about past blocks to implement TaPOS More...

#include <block_summary_object.hpp>

Inheritance diagram for scorum::chain::block_summary_object:

Public Attributes

id_type id
 
block_id_type block_id
 

Detailed Description

tracks minimal information about past blocks to implement TaPOS

When attempting to calculate the validity of a transaction we need to lookup a past block and check its block hash and the time it occurred so we can calculate whether the current transaction is valid and at what time it should expire.

Definition at line 18 of file block_summary_object.hpp.

Member Data Documentation

◆ block_id

block_id_type scorum::chain::block_summary_object::block_id

Definition at line 24 of file block_summary_object.hpp.

◆ id

id_type scorum::chain::block_summary_object::id

Definition at line 23 of file block_summary_object.hpp.


The documentation for this class was generated from the following file: