MemPoolFeeRateEstimatorCache::FeeRateEstimate

A pair of conservative and economical fee rate estimates.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

struct FeeRateEstimate;

Data Members

NameDescription
m_conservative The conservative fee rate estimate.
m_economical The economical fee rate estimate.