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

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
 

Member Data Documentation

◆ blob

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

◆ block_header

block_header_response cryptonote::COMMAND_RPC_GET_BLOCK::response_t::block_header

◆ json

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

◆ miner_tx_hash

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

◆ status

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

◆ tx_hashes

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

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_BLOCK::response_t::untrusted

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