Electroneum
Public Attributes | List of all members
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:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ 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

◆ output_indices

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

◆ start_height

uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::start_height

◆ status

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

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::untrusted

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