wallet::MinimumFeeRateResult::MinimumFeeRateResult

Construct a result from a fee rate, its reason, and the confirmation target used.

Synopsis

Declared in <wallet/types.h>

MinimumFeeRateResult(
    CFeeRate fee_rate,
    FeeReason fee_reason,
    std::optional<int> returned_target);

Parameters

NameDescription
fee_rateThe resolved fee rate to use.
fee_reasonThe reason the fee rate was chosen.
returned_targetThe confirmation target that produced the estimate, if any.