Electroneum
cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t:

Public Attributes

std::vector< block_complete_entryblocks
 
uint64_t start_height
 
uint64_t current_height
 
std::string status
 
std::vector< block_output_indicesoutput_indices
 
bool untrusted
 

Detailed Description

Definition at line 146 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ blocks

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

Definition at line 147 of file core_rpc_server_commands_defs.h.

◆ current_height

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::current_height

Definition at line 149 of file core_rpc_server_commands_defs.h.

◆ output_indices

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

Definition at line 151 of file core_rpc_server_commands_defs.h.

◆ start_height

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::start_height

Definition at line 148 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::status

Definition at line 150 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::untrusted

Definition at line 152 of file core_rpc_server_commands_defs.h.


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