Kagome
Polkadot Runtime Engine in C++17
|
Stores the current state of the round. More...
#include <movable_round_state.hpp>
Public Member Functions | |
SCALE_TIE (4) | |
Public Attributes | |
RoundNumber | round_number |
BlockInfo | last_finalized_block |
std::vector< VoteVariant > | votes |
std::optional< BlockInfo > | finalized |
Stores the current state of the round.
Definition at line 17 of file movable_round_state.hpp.
kagome::consensus::grandpa::MovableRoundState::SCALE_TIE | ( | 4 | ) |
std::optional<BlockInfo> kagome::consensus::grandpa::MovableRoundState::finalized |
Definition at line 23 of file movable_round_state.hpp.
BlockInfo kagome::consensus::grandpa::MovableRoundState::last_finalized_block |
Definition at line 21 of file movable_round_state.hpp.
RoundNumber kagome::consensus::grandpa::MovableRoundState::round_number |
Definition at line 20 of file movable_round_state.hpp.
std::vector<VoteVariant> kagome::consensus::grandpa::MovableRoundState::votes |
Definition at line 22 of file movable_round_state.hpp.