|
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 227 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::current_height |
Definition at line 230 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 228 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::start_height |
Definition at line 229 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::status |
Definition at line 231 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::untrusted |
Definition at line 232 of file core_rpc_server_commands_defs.h.