Kagome
Polkadot Runtime Engine in C++17
kagome::network::CatchUpResponse Struct Reference

#include <grandpa_message.hpp>

Collaboration diagram for kagome::network::CatchUpResponse:

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
 

Detailed Description

Definition at line 73 of file grandpa_message.hpp.

Member Function Documentation

kagome::network::CatchUpResponse::SCALE_TIE ( )

Member Data Documentation

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.


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