Electroneum
cryptonote::COMMAND_RPC_SYNC_INFO::span Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_SYNC_INFO::span:

Public Attributes

uint64_t start_block_height
 
uint64_t nblocks
 
std::string connection_id
 
uint32_t rate
 
uint32_t speed
 
uint64_t size
 
std::string remote_address
 

Detailed Description

Definition at line 2235 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ connection_id

std::string cryptonote::COMMAND_RPC_SYNC_INFO::span::connection_id

Definition at line 2238 of file core_rpc_server_commands_defs.h.

◆ nblocks

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::span::nblocks

Definition at line 2237 of file core_rpc_server_commands_defs.h.

◆ rate

uint32_t cryptonote::COMMAND_RPC_SYNC_INFO::span::rate

Definition at line 2239 of file core_rpc_server_commands_defs.h.

◆ remote_address

std::string cryptonote::COMMAND_RPC_SYNC_INFO::span::remote_address

Definition at line 2242 of file core_rpc_server_commands_defs.h.

◆ size

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::span::size

Definition at line 2241 of file core_rpc_server_commands_defs.h.

◆ speed

uint32_t cryptonote::COMMAND_RPC_SYNC_INFO::span::speed

Definition at line 2240 of file core_rpc_server_commands_defs.h.

◆ start_block_height

uint64_t cryptonote::COMMAND_RPC_SYNC_INFO::span::start_block_height

Definition at line 2236 of file core_rpc_server_commands_defs.h.


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