[#CBlockPolicyEstimator-estimateRawFee] = xref:CBlockPolicyEstimator.adoc[CBlockPolicyEstimator]::estimateRawFee :relfileprefix: ../ :mrdocs: Return a specific fee estimate calculation with a given success threshold and time horizon, and optionally return detailed data about calculation. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae70f98), requires_capability(0x7f2e2423af98)]] xref:CFeeRate.adoc[CFeeRate] estimateRawFee( int confTarget, double successThreshold, xref:FeeEstimateHorizon.adoc[FeeEstimateHorizon] horizon, xref:EstimationResult.adoc[EstimationResult]* result = nullptr) const; ---- == Return Value The estimated feerate. == Parameters [cols="1,4"] |=== | Name| Description | *confTarget* | Desired number of blocks within which to confirm. | *successThreshold* | Fraction of transactions that must confirm within the target. | *horizon* | Time horizon whose tracked data to use. | *result* | Optional output with detailed data about the calculation. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#