Monero
Public Member Functions | Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t:
Inheritance graph
[legend]
Collaboration diagram for cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t:
Collaboration graph
[legend]

Public Member Functions

 if (pool_info_extent !=POOL_INFO_EXTENT::NONE)
 
 if (pool_info_extent==POOL_INFO_EXTENT::INCREMENTAL)
 
- Public Member Functions inherited from cryptonote::rpc_access_response_base
 rpc_access_response_base ()
 
- Public Member Functions inherited from cryptonote::rpc_response_base
 rpc_response_base ()
 

Public Attributes

std::vector< block_complete_entryblocks
 
uint64_t start_height
 
uint64_t current_height
 
std::vector< block_output_indicesoutput_indices
 
uint64_t daemon_time
 
uint8_t pool_info_extent
 
std::vector< pool_tx_infoadded_pool_txs
 
std::vector< crypto::hashremaining_added_pool_txids
 
std::vector< crypto::hashremoved_pool_txids
 
- Public Attributes inherited from cryptonote::rpc_access_response_base
uint64_t credits
 
std::string top_hash
 
- Public Attributes inherited from cryptonote::rpc_response_base
std::string status
 
bool untrusted
 

Member Function Documentation

◆ if() [1/2]

cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::if ( pool_info_extent = POOL_INFO_EXTENT::NONE)
inline

◆ if() [2/2]

cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::if ( pool_info_extent  = = POOL_INFO_EXTENT::INCREMENTAL)
inline

Member Data Documentation

◆ added_pool_txs

std::vector<pool_tx_info> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::added_pool_txs

◆ blocks

std::vector<block_complete_entry> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::blocks

◆ current_height

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::current_height

◆ daemon_time

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::daemon_time

◆ output_indices

std::vector<block_output_indices> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::output_indices

◆ pool_info_extent

uint8_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::pool_info_extent

◆ remaining_added_pool_txids

std::vector<crypto::hash> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::remaining_added_pool_txids

◆ removed_pool_txids

std::vector<crypto::hash> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::removed_pool_txids

◆ start_height

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::start_height

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