Kagome
Polkadot Runtime Engine in C++17
|
#include "consensus/babe/block_appender.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 "primitives/babe_configuration.hpp"
#include "primitives/block_header.hpp"
Go to the source code of this file.
Classes | |
class | kagome::consensus::BlockAppenderImpl |
Namespaces | |
kagome::consensus::babe | |
kagome::blockchain | |
kagome::consensus | |
Functions | |
OUTCOME_HPP_DECLARE_ERROR (kagome::consensus, BlockAppenderImpl::Error) | |
OUTCOME_HPP_DECLARE_ERROR | ( | kagome::consensus | , |
BlockAppenderImpl::Error | |||
) |