Result of resolving the minimum fee rate to use for a transaction.
Declared in <wallet/types.h>
struct MinimumFeeRateResult;
| Name | Description |
|---|---|
MinimumFeeRateResult [constructor] | Construct a result from a fee rate, its reason, and the confirmation target used. |
| 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. |
| 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 |