[#FeeRateEstimatorManager-GetFeeRateEstimate-06] = xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]::GetFeeRateEstimate :relfileprefix: ../ :mrdocs: `GetFeeRateEstimate` overloads == Synopses Declared in `<policy/fees/estimator_man.h>` Get a fee rate estimate from the available fee rate estimators. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:util/Expected-0b.adoc[util::Expected<FeeRateEstimation, FeeRateEstimationError>] xref:FeeRateEstimatorManager/GetFeeRateEstimate-09.adoc[GetFeeRateEstimate]( int target, bool conservative) const; ---- [.small]#xref:FeeRateEstimatorManager/GetFeeRateEstimate-09.adoc[_» more..._]# Like GetFeeRateEstimate, but only consults the specified estimator type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:util/Expected-0b.adoc[util::Expected<FeeRateEstimation, FeeRateEstimationError>] xref:FeeRateEstimatorManager/GetFeeRateEstimate-00.adoc[GetFeeRateEstimate]( xref:FeeRateEstimatorType.adoc[FeeRateEstimatorType] type, int target, bool conservative) const; ---- [.small]#xref:FeeRateEstimatorManager/GetFeeRateEstimate-00.adoc[_» more..._]# == Return Value * fee rate estimation, or an error on failure. * Fee rate estimation from the specified estimator, 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. | *type* [in] | The estimator to query. NONE returns the manager‐selected combined estimate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#