Aggregate details about how a smart fee estimate was reached.
Declared in <policy/fees/block_policy_estimator.h>
struct FeeCalculation;
| Name | Description |
|---|---|
best_height | Block height at which the estimate was computed. |
desiredTarget | Confirmation target originally requested. |
est | Detailed data about the estimate calculation. |
reason | Reason describing how the estimate was produced. |
returnedTarget | Confirmation target actually used for the estimate. |