[#CBlockPolicyEstimator-estimateFee] = xref:CBlockPolicyEstimator.adoc[CBlockPolicyEstimator]::estimateFee :relfileprefix: ../ :mrdocs: DEPRECATED. Return a feerate estimate. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae70d18), requires_capability(0x7f2e2423ad18)]] xref:CFeeRate.adoc[CFeeRate] estimateFee(int confTarget) const; ---- == Return Value The estimated feerate. == Parameters [cols="1,4"] |=== | Name| Description | *confTarget* | Desired number of blocks within which to confirm. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#