Kagome
Polkadot Runtime Engine in C++17
|
#include <block_data.hpp>
Static Public Member Functions | |
static BlockDataFlags | allSet (primitives::BlockHash hash) |
static BlockDataFlags | allUnset (primitives::BlockHash hash) |
Public Attributes | |
primitives::BlockHash | hash |
bool | header {} |
bool | body {} |
bool | receipt {} |
bool | message_queue {} |
bool | justification {} |
Definition at line 32 of file block_data.hpp.
|
inlinestatic |
Definition at line 33 of file block_data.hpp.
|
inlinestatic |
Definition at line 37 of file block_data.hpp.
bool kagome::primitives::BlockDataFlags::body {} |
Definition at line 43 of file block_data.hpp.
primitives::BlockHash kagome::primitives::BlockDataFlags::hash |
Definition at line 41 of file block_data.hpp.
bool kagome::primitives::BlockDataFlags::header {} |
Definition at line 42 of file block_data.hpp.
bool kagome::primitives::BlockDataFlags::justification {} |
Definition at line 46 of file block_data.hpp.
bool kagome::primitives::BlockDataFlags::message_queue {} |
Definition at line 45 of file block_data.hpp.
bool kagome::primitives::BlockDataFlags::receipt {} |
Definition at line 44 of file block_data.hpp.