Monero
Loading...
Searching...
No Matches
cryptonote::COMMAND_RPC_GET_BLOCK::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_GET_BLOCK::response_t:
Collaboration diagram for cryptonote::COMMAND_RPC_GET_BLOCK::response_t:

Public Attributes

block_header_response block_header
std::string miner_tx_hash
std::vector< std::string > tx_hashes
std::string blob
std::string json
Public Attributes inherited from cryptonote::rpc_access_response_base
uint64_t credits
std::string top_hash
Public Attributes inherited from cryptonote::rpc_response_base
std::string status
bool untrusted

Additional Inherited Members

Public Member Functions inherited from cryptonote::rpc_access_response_base
 rpc_access_response_base ()
Public Member Functions inherited from cryptonote::rpc_response_base
 rpc_response_base ()

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

◆ tx_hashes

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

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