Kagome
Polkadot Runtime Engine in C++17
kagome::network::StateRequest Struct Reference

#include <state_request.hpp>

Collaboration diagram for kagome::network::StateRequest:

Public Member Functions

 SCALE_TIE (3)
 

Public Attributes

primitives::BlockHash hash
 Block header hash. More...
 
std::vector< common::Bufferstart
 
bool no_proof
 

Detailed Description

Request for state to another peer

Definition at line 17 of file state_request.hpp.

Member Function Documentation

kagome::network::StateRequest::SCALE_TIE ( )

Member Data Documentation

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.


The documentation for this struct was generated from the following file: