Electroneum
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_INFO::response Struct Reference

#include <core_rpc_server_commands_defs.h>

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

Public Attributes

std::string status
 
uint64_t height
 
uint64_t target_height
 
uint64_t difficulty
 
uint64_t target
 
uint64_t tx_count
 
uint64_t tx_pool_size
 
uint64_t alt_blocks_count
 
uint64_t outgoing_connections_count
 
uint64_t incoming_connections_count
 
uint64_t white_peerlist_size
 
uint64_t grey_peerlist_size
 
bool testnet
 
std::string top_block_hash
 
uint64_t cumulative_difficulty
 
uint64_t block_size_limit
 
uint64_t start_time
 
std::string daemon_release_name
 
std::string daemon_version
 
std::string daemon_version_full
 
std::string daemon_version_tag
 

Member Data Documentation

◆ alt_blocks_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::alt_blocks_count

◆ block_size_limit

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::block_size_limit

◆ cumulative_difficulty

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::cumulative_difficulty

◆ daemon_release_name

std::string cryptonote::COMMAND_RPC_GET_INFO::response::daemon_release_name

◆ daemon_version

std::string cryptonote::COMMAND_RPC_GET_INFO::response::daemon_version

◆ daemon_version_full

std::string cryptonote::COMMAND_RPC_GET_INFO::response::daemon_version_full

◆ daemon_version_tag

std::string cryptonote::COMMAND_RPC_GET_INFO::response::daemon_version_tag

◆ difficulty

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::difficulty

◆ grey_peerlist_size

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::grey_peerlist_size

◆ height

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::height

◆ incoming_connections_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::incoming_connections_count

◆ outgoing_connections_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::outgoing_connections_count

◆ start_time

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::start_time

◆ status

std::string cryptonote::COMMAND_RPC_GET_INFO::response::status

◆ target

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::target

◆ target_height

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::target_height

◆ testnet

bool cryptonote::COMMAND_RPC_GET_INFO::response::testnet

◆ top_block_hash

std::string cryptonote::COMMAND_RPC_GET_INFO::response::top_block_hash

◆ tx_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::tx_count

◆ tx_pool_size

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::tx_pool_size

◆ white_peerlist_size

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response::white_peerlist_size

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