Electroneum
cryptonote::COMMAND_RPC_GET_BLOCK::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_BLOCK::response_t:

Public Attributes

std::string status
 
block_header_response block_header
 
std::string miner_tx_hash
 
std::vector< std::string > tx_hashes
 
std::string blob
 
std::string json
 
bool untrusted
 

Detailed Description

Definition at line 1180 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ blob

std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::blob

Definition at line 1185 of file core_rpc_server_commands_defs.h.

◆ block_header

block_header_response cryptonote::COMMAND_RPC_GET_BLOCK::response_t::block_header

Definition at line 1182 of file core_rpc_server_commands_defs.h.

◆ json

std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::json

Definition at line 1186 of file core_rpc_server_commands_defs.h.

◆ miner_tx_hash

std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::miner_tx_hash

Definition at line 1183 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::status

Definition at line 1181 of file core_rpc_server_commands_defs.h.

◆ tx_hashes

std::vector<std::string> cryptonote::COMMAND_RPC_GET_BLOCK::response_t::tx_hashes

Definition at line 1184 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_BLOCK::response_t::untrusted

Definition at line 1187 of file core_rpc_server_commands_defs.h.


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