[#FeeRateEstimatorManager-GetFeeRateEstimate-09] = xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]::GetFeeRateEstimate :relfileprefix: ../ :mrdocs: Get a fee rate estimate from the available fee rate estimators. == Synopsis Declared in `<policy/fees/estimator_man.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:util/Expected-0b.adoc[util::Expected<FeeRateEstimation, FeeRateEstimationError>] GetFeeRateEstimate( int target, bool conservative) const; ---- == Return Value fee rate estimation, or an error on failure. == Parameters [cols="1,4"] |=== | Name| Description | *target* [in] | The target within which the transaction should be confirmed. | *conservative* [in] | Whether to select a more conservative, potentially higher, fee rate estimate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#