Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::state_history::get_blocks_request_v0 Struct Reference

#include <types.hpp>

Public Attributes

uint32_t start_block_num = 0
 
uint32_t end_block_num = 0
 
uint32_t max_messages_in_flight = 0
 
std::vector< block_positionhave_positions = {}
 
bool irreversible_only = false
 
bool fetch_block = false
 
bool fetch_traces = false
 
bool fetch_deltas = false
 

Detailed Description

Definition at line 89 of file types.hpp.

Member Data Documentation

◆ end_block_num

uint32_t sysio::state_history::get_blocks_request_v0::end_block_num = 0

Definition at line 91 of file types.hpp.

◆ fetch_block

bool sysio::state_history::get_blocks_request_v0::fetch_block = false

Definition at line 95 of file types.hpp.

◆ fetch_deltas

bool sysio::state_history::get_blocks_request_v0::fetch_deltas = false

Definition at line 97 of file types.hpp.

◆ fetch_traces

bool sysio::state_history::get_blocks_request_v0::fetch_traces = false

Definition at line 96 of file types.hpp.

◆ have_positions

std::vector<block_position> sysio::state_history::get_blocks_request_v0::have_positions = {}

Definition at line 93 of file types.hpp.

93{};

◆ irreversible_only

bool sysio::state_history::get_blocks_request_v0::irreversible_only = false

Definition at line 94 of file types.hpp.

◆ max_messages_in_flight

uint32_t sysio::state_history::get_blocks_request_v0::max_messages_in_flight = 0

Definition at line 92 of file types.hpp.

◆ start_block_num

uint32_t sysio::state_history::get_blocks_request_v0::start_block_num = 0

Definition at line 90 of file types.hpp.


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