|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

Public Attributes | |
| std::vector< crypto::hash > | m_block_ids |
| uint64_t | start_height |
| uint64_t | current_height |
| std::string | status |
| bool | untrusted |
Definition at line 238 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::current_height |
Definition at line 242 of file core_rpc_server_commands_defs.h.
| std::vector<crypto::hash> cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::m_block_ids |
Definition at line 240 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::start_height |
Definition at line 241 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::status |
Definition at line 243 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::untrusted |
Definition at line 244 of file core_rpc_server_commands_defs.h.