[#FeeCalculation] = FeeCalculation :mrdocs: Aggregate details about how a smart fee estimate was reached. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct FeeCalculation; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:FeeCalculation/best_height.adoc[`best_height`] | Block height at which the estimate was computed. | xref:FeeCalculation/desiredTarget.adoc[`desiredTarget`] | Confirmation target originally requested. | xref:FeeCalculation/est.adoc[`est`] | Detailed data about the estimate calculation. | xref:FeeCalculation/reason.adoc[`reason`] | Reason describing how the estimate was produced. | xref:FeeCalculation/returnedTarget.adoc[`returnedTarget`] | Confirmation target actually used for the estimate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#