Scorum
|
tracks minimal information about past blocks to implement TaPOS More...
#include <block_summary_object.hpp>
Public Attributes | |
id_type | id |
block_id_type | block_id |
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.
block_id_type scorum::chain::block_summary_object::block_id |
Definition at line 24 of file block_summary_object.hpp.
id_type scorum::chain::block_summary_object::id |
Definition at line 23 of file block_summary_object.hpp.