Electroneum
cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t:

Public Attributes

std::list< crypto::hashblock_ids
 
uint64_t start_height
 
bool prune
 
bool no_miner_tx
 

Detailed Description

Definition at line 121 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ block_ids

std::list<crypto::hash> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::block_ids

Definition at line 123 of file core_rpc_server_commands_defs.h.

◆ no_miner_tx

bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::no_miner_tx

Definition at line 126 of file core_rpc_server_commands_defs.h.

◆ prune

bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::prune

Definition at line 125 of file core_rpc_server_commands_defs.h.

◆ start_height

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::start_height

Definition at line 124 of file core_rpc_server_commands_defs.h.


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