| 
    Kagome
    
   Polkadot Runtime Engine in C++17 
   | 
 
#include <block_data.hpp>
Public Member Functions | |
| SCALE_TIE (6) | |
Public Attributes | |
| primitives::BlockHash | hash | 
| std::optional< primitives::BlockHeader > | header {} | 
| std::optional< primitives::BlockBody > | body {} | 
| std::optional< common::Buffer > | receipt {} | 
| std::optional< common::Buffer > | message_queue {} | 
| std::optional< primitives::Justification > | justification {} | 
Data, describing the block. Used for example in BlockRequest, where we need to get certain information about the block
Definition at line 21 of file block_data.hpp.
| kagome::primitives::BlockData::SCALE_TIE | ( | 6 | ) | 
| std::optional<primitives::BlockBody> kagome::primitives::BlockData::body {} | 
Definition at line 26 of file block_data.hpp.
| primitives::BlockHash kagome::primitives::BlockData::hash | 
Definition at line 24 of file block_data.hpp.
| std::optional<primitives::BlockHeader> kagome::primitives::BlockData::header {} | 
Definition at line 25 of file block_data.hpp.
| std::optional<primitives::Justification> kagome::primitives::BlockData::justification {} | 
Definition at line 29 of file block_data.hpp.
| std::optional<common::Buffer> kagome::primitives::BlockData::message_queue {} | 
Definition at line 28 of file block_data.hpp.
| std::optional<common::Buffer> kagome::primitives::BlockData::receipt {} | 
Definition at line 27 of file block_data.hpp.