|
Kagome
Polkadot Runtime Engine in C++17
|
#include "network/protocol_base.hpp"#include <memory>#include <libp2p/connection/stream.hpp>#include <libp2p/host/host.hpp>#include "application/app_configuration.hpp"#include "application/chain_spec.hpp"#include "blockchain/block_storage.hpp"#include "blockchain/block_tree.hpp"#include "containers/objects_cache.hpp"#include "crypto/hasher.hpp"#include "log/logger.hpp"#include "network/block_announce_observer.hpp"#include "network/impl/protocols/protocol_base_impl.hpp"#include "network/impl/stream_engine.hpp"#include "network/peer_manager.hpp"#include "network/types/block_announce.hpp"#include "network/types/status.hpp"#include "utils/non_copyable.hpp"Go to the source code of this file.
Classes | |
| class | kagome::network::BlockAnnounceProtocol |
Namespaces | |
| kagome::network | |
Functions | |
| kagome::network::KAGOME_DECLARE_CACHE (BlockAnnounceProtocol, KAGOME_CACHE_UNIT(BlockAnnounce)) | |