Used to return detailed information about a feerate bucket.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

struct EstimatorBucket;

Data Members

Name

Description

end

Upper bound of the bucket feerate range.

inMempool

Transactions still unconfirmed in the mempool.

leftMempool

Transactions that left the mempool without confirming.

start

Lower bound of the bucket feerate range.

totalConfirmed

Total transactions confirmed at any time.

withinTarget

Transactions confirmed within the target.

Created with MrDocs