Electroneum
Public Attributes | List of all members
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:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::height

◆ next_needed_pruning_seed

uint32_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::next_needed_pruning_seed

◆ overview

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

◆ peers

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

◆ spans

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

◆ status

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

◆ target_height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::target_height

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