Kagome
Polkadot Runtime Engine in C++17
|
#include <grandpa_message.hpp>
Public Member Functions | |
SCALE_TIE (4) | |
Public Attributes | |
uint8_t | version = 1 |
RoundNumber | round_number |
VoterSetId | voter_set_id |
BlockNumber | last_finalized |
Definition at line 48 of file grandpa_message.hpp.
kagome::network::GrandpaNeighborMessage::SCALE_TIE | ( | 4 | ) |
BlockNumber kagome::network::GrandpaNeighborMessage::last_finalized |
Definition at line 54 of file grandpa_message.hpp.
RoundNumber kagome::network::GrandpaNeighborMessage::round_number |
Definition at line 52 of file grandpa_message.hpp.
uint8_t kagome::network::GrandpaNeighborMessage::version = 1 |
Definition at line 51 of file grandpa_message.hpp.
VoterSetId kagome::network::GrandpaNeighborMessage::voter_set_id |
Definition at line 53 of file grandpa_message.hpp.