Result of resolving the minimum fee rate to use for a transaction.
Synopsis
Declared in <wallet/types.h>
struct MinimumFeeRateResult;
Member Functions
Name |
Description |
|
Construct a result from a fee rate, its reason, and the confirmation target used. |
Data Members
Name |
Description |
The resolved fee rate to use. |
|
The reason the fee rate was chosen. |
|
The confirmation target that produced the estimate, if any. |
Non-Member Functions
Name |
Description |
Return the minimum fee for this size given a fee rate result. |
|
Estimate the minimum fee rate considering user set parameters and the required fee |
Created with MrDocs