|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

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 |
Definition at line 1180 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::blob |
Definition at line 1185 of file core_rpc_server_commands_defs.h.
| block_header_response cryptonote::COMMAND_RPC_GET_BLOCK::response_t::block_header |
Definition at line 1182 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::json |
Definition at line 1186 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::miner_tx_hash |
Definition at line 1183 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_BLOCK::response_t::status |
Definition at line 1181 of file core_rpc_server_commands_defs.h.
| 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.
| bool cryptonote::COMMAND_RPC_GET_BLOCK::response_t::untrusted |
Definition at line 1187 of file core_rpc_server_commands_defs.h.