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

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_SYNC_INFO::response:
Collaboration graph
[legend]

Public Attributes

std::string status
 
uint64_t height
 
uint64_t target_height
 
std::list< peerpeers
 
std::list< spanspans
 

Member Data Documentation

◆ height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response::height

◆ peers

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

◆ spans

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

◆ status

std::string cryptonote::COMMAND_RPC_SYNC_INFO::response::status

◆ target_height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::response::target_height

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