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/types/state_request.hpp"
#include "network/types/state_response.hpp"
Go to the source code of this file.
Classes | |
class | kagome::network::StateProtocol |
Class for communication via /{chainType}/state/2 according to state protocol specification https://spec.polkadot.network/#sect-msg-state-request. More... | |
Namespaces | |
kagome::network | |