Get a fee rate estimate from the available fee rate estimators.
Declared in <policy/fees/estimator_man.h>
virtual
util::Expected<FeeRateEstimation, FeeRateEstimationError>
GetFeeRateEstimate(
int target,
bool conservative) const;
fee rate estimation, or an error on failure.
| 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. |