Used to return detailed information about a feerate bucket.
Synopsis
Declared in <policy/fees/block_policy_estimator.h>
struct EstimatorBucket;
Data Members
Name |
Description |
Upper bound of the bucket feerate range. |
|
Transactions still unconfirmed in the mempool. |
|
Transactions that left the mempool without confirming. |
|
Lower bound of the bucket feerate range. |
|
Total transactions confirmed at any time. |
|
Transactions confirmed within the target. |
Created with MrDocs