Kagome
Polkadot Runtime Engine in C++17
kagome::primitives::BlockDataFlags Struct Reference

#include <block_data.hpp>

Collaboration diagram for kagome::primitives::BlockDataFlags:

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 {}
 

Detailed Description

Definition at line 32 of file block_data.hpp.

Member Function Documentation

static BlockDataFlags kagome::primitives::BlockDataFlags::allSet ( primitives::BlockHash  hash)
inlinestatic

Definition at line 33 of file block_data.hpp.

static BlockDataFlags kagome::primitives::BlockDataFlags::allUnset ( primitives::BlockHash  hash)
inlinestatic

Definition at line 37 of file block_data.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: