|
Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/grandpa/grandpa.hpp"#include "consensus/grandpa/grandpa_observer.hpp"#include <boost/operators.hpp>#include "application/app_state_manager.hpp"#include "application/chain_spec.hpp"#include "blockchain/block_tree.hpp"#include "consensus/authority/authority_manager.hpp"#include "consensus/grandpa/environment.hpp"#include "consensus/grandpa/impl/voting_round_impl.hpp"#include "consensus/grandpa/movable_round_state.hpp"#include "consensus/grandpa/voter_set.hpp"#include "crypto/ed25519_provider.hpp"#include "crypto/hasher.hpp"#include "log/logger.hpp"#include "metrics/metrics.hpp"#include "network/peer_manager.hpp"#include "network/reputation_repository.hpp"#include "network/synchronizer.hpp"#include "runtime/runtime_api/grandpa_api.hpp"Go to the source code of this file.
Classes | |
| class | kagome::consensus::grandpa::GrandpaImpl |
Namespaces | |
| kagome::consensus::grandpa | |