Like GetFeeRateEstimate, but only consults the specified estimator type.

Synopsis

Declared in <policy/fees/estimator_man.h>

virtual
util::Expected<FeeRateEstimation, FeeRateEstimationError>
GetFeeRateEstimate(
    FeeRateEstimatorType type,
    int target,
    bool conservative) const;

Return Value

Fee rate estimation from the specified estimator, or an error on failure.

Parameters

Name

Description

type [in]

The estimator to query. NONE returns the manager‐selected combined estimate.

target [in]

The target within which the transaction should be confirmed.

conservative [in]

Whether to select a more conservative, potentially higher, fee rate estimate.

Created with MrDocs