Kagome
Polkadot Runtime Engine in C++17
|
#include <structs.hpp>
Public Member Functions | |
SCALE_TIE (3) | |
Id | id () const |
Public Attributes | |
RoundNumber | round_number {0} |
VoterSetId | counter {0} |
SignedMessage | vote |
Definition at line 166 of file structs.hpp.
|
inline |
Definition at line 173 of file structs.hpp.
kagome::consensus::grandpa::VoteMessage::SCALE_TIE | ( | 3 | ) |
VoterSetId kagome::consensus::grandpa::VoteMessage::counter {0} |
Definition at line 170 of file structs.hpp.
RoundNumber kagome::consensus::grandpa::VoteMessage::round_number {0} |
Definition at line 169 of file structs.hpp.
SignedMessage kagome::consensus::grandpa::VoteMessage::vote |
Definition at line 171 of file structs.hpp.