Electroneum
cryptonote::COMMAND_RPC_GET_BLOCKS_BY_HEIGHT::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_BLOCKS_BY_HEIGHT::response_t:

Public Attributes

std::vector< block_complete_entryblocks
 
std::string status
 
bool untrusted
 

Detailed Description

Definition at line 177 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ blocks

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

Definition at line 178 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_BLOCKS_BY_HEIGHT::response_t::status

Definition at line 179 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_BLOCKS_BY_HEIGHT::response_t::untrusted

Definition at line 180 of file core_rpc_server_commands_defs.h.


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