Structure returned by TxQ::getMetrics, expressed in reference fee level units.
More...
#include <TxQ.h>
|
| | Metrics ()=default |
| | Default constructor.
|
| |
Structure returned by TxQ::getMetrics, expressed in reference fee level units.
Definition at line 144 of file TxQ.h.
◆ Metrics()
| xrpl::TxQ::Metrics::Metrics |
( |
| ) |
|
|
explicitdefault |
◆ txCount
Number of transactions in the queue.
Definition at line 150 of file TxQ.h.
◆ txQMaxSize
Max transactions currently allowed in queue.
Definition at line 152 of file TxQ.h.
◆ txInLedger
Number of transactions currently in the open ledger.
Definition at line 154 of file TxQ.h.
◆ txPerLedger
Number of transactions expected per ledger.
Definition at line 156 of file TxQ.h.
◆ referenceFeeLevel
Reference transaction fee level.
Definition at line 158 of file TxQ.h.
◆ minProcessingFeeLevel
| FeeLevel64 xrpl::TxQ::Metrics::minProcessingFeeLevel |
Minimum fee level for a transaction to be considered for the open ledger or the queue.
Definition at line 161 of file TxQ.h.
◆ medFeeLevel
Median fee level of the last ledger.
Definition at line 163 of file TxQ.h.
◆ openLedgerFeeLevel
Minimum fee level to get into the current open ledger, bypassing the queue.
Definition at line 166 of file TxQ.h.