Used to return detailed information about a feerate bucket.
Declared in <policy/fees/block_policy_estimator.h>
struct EstimatorBucket;
| 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. |