Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
state_request.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_STATE_REQUEST_HPP
7
#define KAGOME_STATE_REQUEST_HPP
8
9
#include "
common/buffer.hpp
"
10
#include "
primitives/common.hpp
"
11
#include "
scale/tie.hpp
"
12
13
namespace
kagome::network
{
17
struct
StateRequest
{
18
SCALE_TIE
(3);
19
21
primitives::BlockHash
hash
;
22
25
std::vector<common::Buffer>
start
;
26
29
bool
no_proof
;
30
};
31
32
}
// namespace kagome::network
33
34
#endif
kagome::network::StateRequest::start
std::vector< common::Buffer > start
Definition:
state_request.hpp:25
common.hpp
kagome::network::StateRequest::hash
primitives::BlockHash hash
Block header hash.
Definition:
state_request.hpp:21
kagome::common::Blob< 32 >
kagome::network::StateRequest::no_proof
bool no_proof
Definition:
state_request.hpp:29
kagome::network::StateRequest::SCALE_TIE
SCALE_TIE(3)
buffer.hpp
kagome::network
Definition:
author_api_impl.hpp:37
tie.hpp
kagome::network::StateRequest
Definition:
state_request.hpp:17
core
network
types
state_request.hpp
Generated by
1.8.11