|
Electroneum
|
#include <cryptonote_stat_info.h>

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 |
Definition at line 38 of file cryptonote_stat_info.h.
| uint64_t cryptonote::core_stat_info_t::alternative_blocks |
Definition at line 43 of file cryptonote_stat_info.h.
| uint64_t cryptonote::core_stat_info_t::blockchain_height |
Definition at line 41 of file cryptonote_stat_info.h.
| uint64_t cryptonote::core_stat_info_t::mining_speed |
Definition at line 42 of file cryptonote_stat_info.h.
| std::string cryptonote::core_stat_info_t::top_block_id_str |
Definition at line 44 of file cryptonote_stat_info.h.
| uint64_t cryptonote::core_stat_info_t::tx_pool_size |
Definition at line 40 of file cryptonote_stat_info.h.