Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/babe/impl/babe_impl.hpp"
#include <boost/assert.hpp>
#include <boost/range/adaptor/transformed.hpp>
#include "application/app_configuration.hpp"
#include "blockchain/block_storage_error.hpp"
#include "blockchain/block_tree_error.hpp"
#include "common/buffer.hpp"
#include "consensus/babe/babe_config_repository.hpp"
#include "consensus/babe/babe_error.hpp"
#include "consensus/babe/consistency_keeper.hpp"
#include "consensus/babe/impl/babe_digests_util.hpp"
#include "consensus/babe/impl/parachains_inherent_data.hpp"
#include "consensus/babe/impl/threshold_util.hpp"
#include "consensus/babe/types/babe_block_header.hpp"
#include "consensus/babe/types/seal.hpp"
#include "network/block_announce_transmitter.hpp"
#include "network/helpers/peer_id_formatter.hpp"
#include "network/synchronizer.hpp"
#include "network/types/block_announce.hpp"
#include "primitives/inherent_data.hpp"
#include "runtime/runtime_api/core.hpp"
#include "runtime/runtime_api/offchain_worker_api.hpp"
#include "scale/scale.hpp"
#include "storage/trie/serialization/ordered_trie_hash.hpp"
Go to the source code of this file.
Namespaces | |
kagome::consensus::babe | |
Typedefs | |
using | kagome::consensus::babe::SyncMethod = application::AppConfiguration::SyncMethod |
Functions | |
std::optional< uint64_t > | kagome::consensus::babe::getAuthorityIndex (const primitives::AuthorityList &authorities, const primitives::BabeSessionKey &authority_key) |
Get index of authority. More... | |