Kagome
Polkadot Runtime Engine in C++17
|
#include <grandpa_message.hpp>
Public Member Functions | |
SCALE_TIE (5) | |
Public Attributes | |
VoterSetId | voter_set_id {} |
RoundNumber | round_number {} |
std::vector< SignedPrevote > | prevote_justification |
std::vector< SignedPrecommit > | precommit_justification |
BlockInfo | best_final_candidate |
Definition at line 73 of file grandpa_message.hpp.
kagome::network::CatchUpResponse::SCALE_TIE | ( | 5 | ) |
BlockInfo kagome::network::CatchUpResponse::best_final_candidate |
Definition at line 80 of file grandpa_message.hpp.
std::vector<SignedPrecommit> kagome::network::CatchUpResponse::precommit_justification |
Definition at line 79 of file grandpa_message.hpp.
std::vector<SignedPrevote> kagome::network::CatchUpResponse::prevote_justification |
Definition at line 78 of file grandpa_message.hpp.
RoundNumber kagome::network::CatchUpResponse::round_number {} |
Definition at line 77 of file grandpa_message.hpp.
VoterSetId kagome::network::CatchUpResponse::voter_set_id {} |
Definition at line 76 of file grandpa_message.hpp.