[#EstimationResult] = EstimationResult :mrdocs: Used to return detailed information about a fee estimate calculation. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct EstimationResult; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:EstimationResult/decay.adoc[`decay`] | Decay factor applied to the horizon's moving averages. | xref:EstimationResult/fail.adoc[`fail`] | The highest bucket that failed the success test. | xref:EstimationResult/pass.adoc[`pass`] | The lowest bucket that passed the success test. | xref:EstimationResult/scale.adoc[`scale`] | Number of blocks per period for the horizon. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#