|
Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/grandpa/voter_set.hpp"Go to the source code of this file.
Classes | |
| struct | kagome::consensus::grandpa::GrandpaConfig |
Namespaces | |
| kagome::consensus::grandpa | |
| struct kagome::consensus::grandpa::GrandpaConfig |
Structure containing necessary information for running grandpa voting round
Definition at line 15 of file grandpa_config.hpp.
| 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. |