Kagome
Polkadot Runtime Engine in C++17
|
#include <state_request.hpp>
Public Member Functions | |
SCALE_TIE (3) | |
Public Attributes | |
primitives::BlockHash | hash |
Block header hash. More... | |
std::vector< common::Buffer > | start |
bool | no_proof |
Request for state to another peer
Definition at line 17 of file state_request.hpp.
kagome::network::StateRequest::SCALE_TIE | ( | 3 | ) |
primitives::BlockHash kagome::network::StateRequest::hash |
Block header hash.
Definition at line 21 of file state_request.hpp.
bool kagome::network::StateRequest::no_proof |
if 'true' indicates that response should contain raw key-values, rather than proof.
Definition at line 29 of file state_request.hpp.
std::vector<common::Buffer> kagome::network::StateRequest::start |
Start from this key. Multiple keys used for nested state start.
Definition at line 25 of file state_request.hpp.