|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

Public Attributes | |
| std::string | status |
| uint64_t | height |
| uint64_t | target_height |
| uint32_t | next_needed_pruning_seed |
| std::list< peer > | peers |
| std::list< span > | spans |
| std::string | overview |
Definition at line 2255 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::height |
Definition at line 2257 of file core_rpc_server_commands_defs.h.
| uint32_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::next_needed_pruning_seed |
Definition at line 2259 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_SYNC_INFO::response_t::overview |
Definition at line 2262 of file core_rpc_server_commands_defs.h.
| std::list<peer> cryptonote::COMMAND_RPC_SYNC_INFO::response_t::peers |
Definition at line 2260 of file core_rpc_server_commands_defs.h.
| std::list<span> cryptonote::COMMAND_RPC_SYNC_INFO::response_t::spans |
Definition at line 2261 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_SYNC_INFO::response_t::status |
Definition at line 2256 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::target_height |
Definition at line 2258 of file core_rpc_server_commands_defs.h.