Kagome
Polkadot Runtime Engine in C++17
kagome::consensus::grandpa::VoteMessage Struct Reference

#include <structs.hpp>

Collaboration diagram for kagome::consensus::grandpa::VoteMessage:

Public Member Functions

 SCALE_TIE (3)
 
Id id () const
 

Public Attributes

RoundNumber round_number {0}
 
VoterSetId counter {0}
 
SignedMessage vote
 

Detailed Description

Definition at line 166 of file structs.hpp.

Member Function Documentation

Id kagome::consensus::grandpa::VoteMessage::id ( ) const
inline

Definition at line 173 of file structs.hpp.

kagome::consensus::grandpa::VoteMessage::SCALE_TIE ( )

Member Data Documentation

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.


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