[#FeeRateEstimatorManager-BlockPolicyEstimateRawFee] = xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]::BlockPolicyEstimateRawFee :relfileprefix: ../ :mrdocs: Delegate to the block policy estimator's estimateRawFee (used by the estimaterawfee RPC). == Synopsis Declared in `<policy/fees/estimator_man.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] BlockPolicyEstimateRawFee( unsigned int target, double threshold, xref:FeeEstimateHorizon.adoc[FeeEstimateHorizon] horizon, xref:EstimationResult.adoc[EstimationResult]* buckets) const; ---- == Return Value The estimated fee rate, or an invalid CFeeRate when no estimate is available. == Parameters [cols="1,4"] |=== | Name| Description | *target* [in] | The confirmation target, in blocks, to estimate for. | *threshold* [in] | The minimum success probability a fee rate bucket must meet. | *horizon* [in] | The time horizon whose data the estimate is drawn from. | *buckets* [out] | If non‐null, receives the bucket data used to produce the estimate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#