Result of resolving the minimum fee rate to use for a transaction.

Synopsis

Declared in <wallet/types.h>

struct MinimumFeeRateResult;

Member Functions

Name

Description

MinimumFeeRateResult [constructor]

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

Data Members

Name

Description

fee_rate

The resolved fee rate to use.

fee_reason

The reason the fee rate was chosen.

returned_target

The confirmation target that produced the estimate, if any.

Non-Member Functions

Name

Description

GetMinimumFee

Return the minimum fee for this size given a fee rate result.

GetMinimumFeeRate

Estimate the minimum fee rate considering user set parameters and the required fee

Created with MrDocs