|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

Public Attributes | |
| uint64_t | height |
| std::string | status |
| bool | untrusted |
| std::string | hash |
Definition at line 96 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::hash |
Definition at line 100 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::height |
Definition at line 97 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::status |
Definition at line 98 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::untrusted |
Definition at line 99 of file core_rpc_server_commands_defs.h.