MemPoolFeeRateEstimatorCache::MemPoolFeeRateEstimatorCache

Constructors

Synopses

Declared in <policy/fees/mempool_estimator.h>

Constructs an empty cache holding no estimate.

constexpr
MemPoolFeeRateEstimatorCache() = default;
» more...

Deleted copy constructor; the cache is non-copyable.

MemPoolFeeRateEstimatorCache(MemPoolFeeRateEstimatorCache const& other) = delete;
» more...

Parameters

NameDescription
otherThe cache that would be copied.