Construct a result from a fee rate, its reason, and the confirmation target used.
Declared in <wallet/types.h>
MinimumFeeRateResult(
CFeeRate fee_rate,
FeeReason fee_reason,
std::optional<int> returned_target);
| 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. |