Wire Sysio Wire Sysion 1.0.0
|
#include <block_header.hpp>
Public Attributes | |
signature_type | producer_signature |
Public Attributes inherited from sysio::chain::block_header | |
block_timestamp_type | timestamp |
account_name | producer |
uint16_t | confirmed = 1 |
block_id_type | previous |
checksum256_type | transaction_mroot |
checksum256_type | action_mroot |
mroot of cycles_summary | |
uint32_t | schedule_version = 0 |
new_producers_type | new_producers |
extensions_type | header_extensions |
Additional Inherited Members | |
Public Types inherited from sysio::chain::block_header | |
using | new_producers_type = std::optional<legacy::producer_schedule_type> |
mroot of all delivered action receipts | |
Public Member Functions inherited from sysio::chain::block_header | |
block_header ()=default | |
digest_type | digest () const |
block_id_type | calculate_id () const |
uint32_t | block_num () const |
flat_multimap< uint16_t, block_header_extension > | validate_and_extract_header_extensions () const |
Static Public Member Functions inherited from sysio::chain::block_header | |
static uint32_t | num_from_id (const block_id_type &id) |
Definition at line 75 of file block_header.hpp.
signature_type sysio::chain::signed_block_header::producer_signature |
Definition at line 77 of file block_header.hpp.