A successful fee rate estimate returned by a fee rate estimator.
Declared in <util/fees.h>
struct FeeRateEstimation;
| Name | Description |
|---|---|
operator<=> | Compare two FeeRateEstimation objects based on fee rate |
| Name | Description |
|---|---|
feerate | Fee rate sufficient for confirmation within target. |
feerate_estimator | This identifies which fee rate estimator is providing this feerate estimate |
returned_target | The returned confirmation target for the estimate. |
| Name | Description |
|---|---|
FeeRateEstimationRef | Return the estimation carried by a fee rate estimate result: the successful estimation, or the error's zero-value estimation. |