[#EstimatorBucket] = EstimatorBucket :mrdocs: Used to return detailed information about a feerate bucket. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct EstimatorBucket; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:EstimatorBucket/end.adoc[`end`] | Upper bound of the bucket feerate range. | xref:EstimatorBucket/inMempool.adoc[`inMempool`] | Transactions still unconfirmed in the mempool. | xref:EstimatorBucket/leftMempool.adoc[`leftMempool`] | Transactions that left the mempool without confirming. | xref:EstimatorBucket/start.adoc[`start`] | Lower bound of the bucket feerate range. | xref:EstimatorBucket/totalConfirmed.adoc[`totalConfirmed`] | Total transactions confirmed at any time. | xref:EstimatorBucket/withinTarget.adoc[`withinTarget`] | Transactions confirmed within the target. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#