Monero
Loading...
Searching...
No Matches
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_INFO::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

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

Public Attributes

uint64_t height
 
uint64_t target_height
 
uint64_t difficulty
 
std::string wide_difficulty
 
uint64_t difficulty_top64
 
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 rpc_connections_count
 
uint64_t white_peerlist_size
 
uint64_t grey_peerlist_size
 
bool mainnet
 
bool testnet
 
bool stagenet
 
std::string nettype
 
std::string top_block_hash
 
uint64_t cumulative_difficulty
 
std::string wide_cumulative_difficulty
 
uint64_t cumulative_difficulty_top64
 
uint64_t block_size_limit
 
uint64_t block_weight_limit
 
uint64_t block_size_median
 
uint64_t block_weight_median
 
uint64_t adjusted_time
 
uint64_t start_time
 
uint64_t free_space
 
bool offline
 
std::string bootstrap_daemon_address
 
uint64_t height_without_bootstrap
 
bool was_bootstrap_ever_used
 
uint64_t database_size
 
bool update_available
 
bool busy_syncing
 
std::string version
 
bool synchronized
 
bool restricted
 
- 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

◆ adjusted_time

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::adjusted_time

◆ alt_blocks_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::alt_blocks_count

◆ block_size_limit

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::block_size_limit

◆ block_size_median

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::block_size_median

◆ block_weight_limit

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::block_weight_limit

◆ block_weight_median

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::block_weight_median

◆ bootstrap_daemon_address

std::string cryptonote::COMMAND_RPC_GET_INFO::response_t::bootstrap_daemon_address

◆ busy_syncing

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::busy_syncing

◆ cumulative_difficulty

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::cumulative_difficulty

◆ cumulative_difficulty_top64

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::cumulative_difficulty_top64

◆ database_size

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::database_size

◆ difficulty

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::difficulty

◆ difficulty_top64

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::difficulty_top64

◆ free_space

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::free_space

◆ grey_peerlist_size

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::grey_peerlist_size

◆ height

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::height

◆ height_without_bootstrap

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::height_without_bootstrap

◆ incoming_connections_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::incoming_connections_count

◆ mainnet

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::mainnet

◆ nettype

std::string cryptonote::COMMAND_RPC_GET_INFO::response_t::nettype

◆ offline

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::offline

◆ outgoing_connections_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::outgoing_connections_count

◆ restricted

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::restricted

◆ rpc_connections_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::rpc_connections_count

◆ stagenet

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::stagenet

◆ start_time

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::start_time

◆ synchronized

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::synchronized

◆ target

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::target

◆ target_height

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::target_height

◆ testnet

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::testnet

◆ top_block_hash

std::string cryptonote::COMMAND_RPC_GET_INFO::response_t::top_block_hash

◆ tx_count

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::tx_count

◆ tx_pool_size

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::tx_pool_size

◆ update_available

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::update_available

◆ version

std::string cryptonote::COMMAND_RPC_GET_INFO::response_t::version

◆ was_bootstrap_ever_used

bool cryptonote::COMMAND_RPC_GET_INFO::response_t::was_bootstrap_ever_used

◆ white_peerlist_size

uint64_t cryptonote::COMMAND_RPC_GET_INFO::response_t::white_peerlist_size

◆ wide_cumulative_difficulty

std::string cryptonote::COMMAND_RPC_GET_INFO::response_t::wide_cumulative_difficulty

◆ wide_difficulty

std::string cryptonote::COMMAND_RPC_GET_INFO::response_t::wide_difficulty

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