Electroneum
cryptonote::core_stat_info_t Struct Reference

#include <cryptonote_stat_info.h>

Collaboration diagram for cryptonote::core_stat_info_t:

Public Attributes

uint64_t tx_pool_size
 
uint64_t blockchain_height
 
uint64_t mining_speed
 
uint64_t alternative_blocks
 
std::string top_block_id_str
 

Detailed Description

Definition at line 38 of file cryptonote_stat_info.h.

Member Data Documentation

◆ alternative_blocks

uint64_t cryptonote::core_stat_info_t::alternative_blocks

Definition at line 43 of file cryptonote_stat_info.h.

◆ blockchain_height

uint64_t cryptonote::core_stat_info_t::blockchain_height

Definition at line 41 of file cryptonote_stat_info.h.

◆ mining_speed

uint64_t cryptonote::core_stat_info_t::mining_speed

Definition at line 42 of file cryptonote_stat_info.h.

◆ top_block_id_str

std::string cryptonote::core_stat_info_t::top_block_id_str

Definition at line 44 of file cryptonote_stat_info.h.

◆ tx_pool_size

uint64_t cryptonote::core_stat_info_t::tx_pool_size

Definition at line 40 of file cryptonote_stat_info.h.


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