Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/babe/block_executor.hpp"
#include <libp2p/peer/peer_id.hpp>
#include "blockchain/block_tree.hpp"
#include "clock/timer.hpp"
#include "consensus/babe/babe_util.hpp"
#include "consensus/grandpa/environment.hpp"
#include "consensus/validation/block_validator.hpp"
#include "crypto/hasher.hpp"
#include "log/logger.hpp"
#include "metrics/metrics.hpp"
#include "primitives/babe_configuration.hpp"
#include "primitives/block_header.hpp"
#include "runtime/runtime_api/core.hpp"
#include "telemetry/service.hpp"
#include "transaction_pool/transaction_pool.hpp"
Go to the source code of this file.
Classes | |
class | kagome::consensus::BlockExecutorImpl |
Namespaces | |
kagome::runtime | |
kagome::consensus::babe | |
kagome::blockchain | |
kagome::consensus | |
Functions | |
OUTCOME_HPP_DECLARE_ERROR (kagome::consensus, BlockExecutorImpl::Error) | |
OUTCOME_HPP_DECLARE_ERROR | ( | kagome::consensus | , |
BlockExecutorImpl::Error | |||
) |