Electroneum
Public Member Functions | Public Attributes | List of all members
cryptonote::txpool_stats Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::txpool_stats:
Collaboration graph
[legend]

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
 

Constructor & Destructor Documentation

◆ txpool_stats()

cryptonote::txpool_stats::txpool_stats ( )
inline

Member Data Documentation

◆ bytes_max

uint32_t cryptonote::txpool_stats::bytes_max

◆ bytes_med

uint32_t cryptonote::txpool_stats::bytes_med

◆ bytes_min

uint32_t cryptonote::txpool_stats::bytes_min

◆ bytes_total

uint64_t cryptonote::txpool_stats::bytes_total

◆ fee_total

uint64_t cryptonote::txpool_stats::fee_total

◆ histo

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

◆ histo_98pc

uint64_t cryptonote::txpool_stats::histo_98pc

◆ num_10m

uint32_t cryptonote::txpool_stats::num_10m

◆ num_double_spends

uint32_t cryptonote::txpool_stats::num_double_spends

◆ num_failing

uint32_t cryptonote::txpool_stats::num_failing

◆ num_not_relayed

uint32_t cryptonote::txpool_stats::num_not_relayed

◆ oldest

uint64_t cryptonote::txpool_stats::oldest

◆ txs_total

uint32_t cryptonote::txpool_stats::txs_total

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