Electroneum
cryptonote::COMMAND_RPC_SYNC_INFO::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_SYNC_INFO::response_t:

Public Attributes

std::string status
 
uint64_t height
 
uint64_t target_height
 
uint32_t next_needed_pruning_seed
 
std::list< peerpeers
 
std::list< spanspans
 
std::string overview
 

Detailed Description

Definition at line 2255 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::height

Definition at line 2257 of file core_rpc_server_commands_defs.h.

◆ next_needed_pruning_seed

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.

◆ overview

std::string cryptonote::COMMAND_RPC_SYNC_INFO::response_t::overview

Definition at line 2262 of file core_rpc_server_commands_defs.h.

◆ peers

std::list<peer> cryptonote::COMMAND_RPC_SYNC_INFO::response_t::peers

Definition at line 2260 of file core_rpc_server_commands_defs.h.

◆ spans

std::list<span> cryptonote::COMMAND_RPC_SYNC_INFO::response_t::spans

Definition at line 2261 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_SYNC_INFO::response_t::status

Definition at line 2256 of file core_rpc_server_commands_defs.h.

◆ target_height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::target_height

Definition at line 2258 of file core_rpc_server_commands_defs.h.


The documentation for this struct was generated from the following file: