Electroneum
cryptonote::txpool_stats Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::txpool_stats:

Public Member Functions

 txpool_stats ()
 

Public Attributes

uint64_t bytes_total
 
uint32_t bytes_min
 
uint32_t bytes_max
 
uint32_t bytes_med
 
uint64_t fee_total
 
uint64_t oldest
 
uint32_t txs_total
 
uint32_t num_failing
 
uint32_t num_10m
 
uint32_t num_not_relayed
 
uint64_t histo_98pc
 
std::vector< txpool_histohisto
 
uint32_t num_double_spends
 
uint32_t num_nonexistent_utxos
 

Detailed Description

Definition at line 1482 of file core_rpc_server_commands_defs.h.

Constructor & Destructor Documentation

◆ txpool_stats()

cryptonote::txpool_stats::txpool_stats ( )
inline

Definition at line 1498 of file core_rpc_server_commands_defs.h.

1498  : bytes_total(0), bytes_min(0), bytes_max(0), bytes_med(0), fee_total(0), oldest(0),

Member Data Documentation

◆ bytes_max

uint32_t cryptonote::txpool_stats::bytes_max

Definition at line 1485 of file core_rpc_server_commands_defs.h.

◆ bytes_med

uint32_t cryptonote::txpool_stats::bytes_med

Definition at line 1486 of file core_rpc_server_commands_defs.h.

◆ bytes_min

uint32_t cryptonote::txpool_stats::bytes_min

Definition at line 1484 of file core_rpc_server_commands_defs.h.

◆ bytes_total

uint64_t cryptonote::txpool_stats::bytes_total

Definition at line 1483 of file core_rpc_server_commands_defs.h.

◆ fee_total

uint64_t cryptonote::txpool_stats::fee_total

Definition at line 1487 of file core_rpc_server_commands_defs.h.

◆ histo

std::vector<txpool_histo> cryptonote::txpool_stats::histo

Definition at line 1494 of file core_rpc_server_commands_defs.h.

◆ histo_98pc

uint64_t cryptonote::txpool_stats::histo_98pc

Definition at line 1493 of file core_rpc_server_commands_defs.h.

◆ num_10m

uint32_t cryptonote::txpool_stats::num_10m

Definition at line 1491 of file core_rpc_server_commands_defs.h.

◆ num_double_spends

uint32_t cryptonote::txpool_stats::num_double_spends

Definition at line 1495 of file core_rpc_server_commands_defs.h.

◆ num_failing

uint32_t cryptonote::txpool_stats::num_failing

Definition at line 1490 of file core_rpc_server_commands_defs.h.

◆ num_nonexistent_utxos

uint32_t cryptonote::txpool_stats::num_nonexistent_utxos

Definition at line 1496 of file core_rpc_server_commands_defs.h.

◆ num_not_relayed

uint32_t cryptonote::txpool_stats::num_not_relayed

Definition at line 1492 of file core_rpc_server_commands_defs.h.

◆ oldest

uint64_t cryptonote::txpool_stats::oldest

Definition at line 1488 of file core_rpc_server_commands_defs.h.

◆ txs_total

uint32_t cryptonote::txpool_stats::txs_total

Definition at line 1489 of file core_rpc_server_commands_defs.h.


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