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/chain_spec.hpp"
#include "log/logger.hpp"
#include "network/sync_protocol_observer.hpp"
Go to the source code of this file.
Classes | |
class | kagome::network::SyncProtocol |
Class for communication via /{chainType}/sync/2 according to sync protocol specification https://spec.polkadot.network/#sect-msg-block-request. More... | |
Namespaces | |
kagome::network | |