Wire Sysio Wire Sysion 1.0.0
|
#include <native.hpp>
Public Attributes | |
uint32_t | timestamp |
name | producer |
uint16_t | confirmed = 0 |
checksum256 | previous |
checksum256 | transaction_mroot |
checksum256 | action_mroot |
uint32_t | schedule_version = 0 |
std::optional< sysio::producer_schedule > | new_producers |
Blockchain block header.
A block header is defined by:
Definition at line 94 of file native.hpp.
checksum256 sysiosystem::block_header::action_mroot |
Definition at line 100 of file native.hpp.
uint16_t sysiosystem::block_header::confirmed = 0 |
Definition at line 97 of file native.hpp.
std::optional<sysio::producer_schedule> sysiosystem::block_header::new_producers |
Definition at line 102 of file native.hpp.
checksum256 sysiosystem::block_header::previous |
Definition at line 98 of file native.hpp.
name sysiosystem::block_header::producer |
Definition at line 96 of file native.hpp.
uint32_t sysiosystem::block_header::schedule_version = 0 |
Definition at line 101 of file native.hpp.
uint32_t sysiosystem::block_header::timestamp |
Definition at line 95 of file native.hpp.
checksum256 sysiosystem::block_header::transaction_mroot |
Definition at line 99 of file native.hpp.