Monero
Public Attributes | List of all members
cryptonote::COMMAND_RPC_SYNC_INFO::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_SYNC_INFO::response_t:
Inheritance graph
[legend]
Collaboration diagram for cryptonote::COMMAND_RPC_SYNC_INFO::response_t:
Collaboration graph
[legend]

Public Attributes

uint64_t height
 
uint64_t target_height
 
uint32_t next_needed_pruning_seed
 
std::list< peerpeers
 
std::list< spanspans
 
std::string overview
 
- Public Attributes inherited from cryptonote::rpc_access_response_base
uint64_t credits
 
std::string top_hash
 
- Public Attributes inherited from cryptonote::rpc_response_base
std::string status
 
bool untrusted
 

Additional Inherited Members

- Public Member Functions inherited from cryptonote::rpc_access_response_base
 rpc_access_response_base ()
 
- Public Member Functions inherited from cryptonote::rpc_response_base
 rpc_response_base ()
 

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

◆ target_height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response_t::target_height

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