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

#include <structs.hpp>

Inheritance diagram for kagome::consensus::grandpa::SignedMessage:
Collaboration diagram for kagome::consensus::grandpa::SignedMessage:

Public Member Functions

BlockNumber getBlockNumber () const
 
BlockHash getBlockHash () const
 
BlockInfo getBlockInfo () const
 
template<typename T >
bool is () const
 
bool operator== (const SignedMessage &rhs) const
 
bool operator!= (const SignedMessage &rhs) const
 

Public Attributes

Vote message
 
Signature signature
 
Id id
 

Detailed Description

Definition at line 40 of file structs.hpp.

Member Function Documentation

BlockHash kagome::consensus::grandpa::SignedMessage::getBlockHash ( ) const
inline

Definition at line 50 of file structs.hpp.

BlockInfo kagome::consensus::grandpa::SignedMessage::getBlockInfo ( ) const
inline

Definition at line 55 of file structs.hpp.

BlockNumber kagome::consensus::grandpa::SignedMessage::getBlockNumber ( ) const
inline

Definition at line 45 of file structs.hpp.

template<typename T >
bool kagome::consensus::grandpa::SignedMessage::is ( ) const
inline

Definition at line 62 of file structs.hpp.

bool kagome::consensus::grandpa::SignedMessage::operator!= ( const SignedMessage rhs) const
inline

Definition at line 71 of file structs.hpp.

bool kagome::consensus::grandpa::SignedMessage::operator== ( const SignedMessage rhs) const
inline

Definition at line 66 of file structs.hpp.

Member Data Documentation

Id kagome::consensus::grandpa::SignedMessage::id

Definition at line 43 of file structs.hpp.

Vote kagome::consensus::grandpa::SignedMessage::message

Definition at line 41 of file structs.hpp.

Signature kagome::consensus::grandpa::SignedMessage::signature

Definition at line 42 of file structs.hpp.


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