Kagome
Polkadot Runtime Engine in C++17
grandpa_config.hpp File Reference
Include dependency graph for grandpa_config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kagome::consensus::grandpa::GrandpaConfig
 

Namespaces

 kagome::consensus::grandpa
 

Class Documentation

struct kagome::consensus::grandpa::GrandpaConfig

Structure containing necessary information for running grandpa voting round

Definition at line 15 of file grandpa_config.hpp.

Collaboration diagram for kagome::consensus::grandpa::GrandpaConfig:
Class Members
Duration duration Time bound which is enough to gossip messages to everyone.
optional< Id > id Key of the peer, do not confuse with libp2p peerid.
RoundNumber round_number Number of round.
shared_ptr< VoterSet > voters Current round's authorities.