Monero
Loading...
Searching...
No Matches
cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t:
Collaboration diagram for cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t:

Public Attributes

uint8_t requested_info
std::list< crypto::hashblock_ids
uint64_t start_height
bool prune
bool no_miner_tx
uint64_t pool_info_since
uint64_t max_block_count
Public Attributes inherited from cryptonote::rpc_access_request_base
std::string client

Member Data Documentation

◆ block_ids

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

◆ max_block_count

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::max_block_count

◆ no_miner_tx

bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::no_miner_tx

◆ pool_info_since

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::pool_info_since

◆ prune

bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::prune

◆ requested_info

uint8_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::requested_info

◆ start_height

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::start_height

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