Go to the source code of this file.
Return the maximum feerate for discarding change.
Definition at line 83 of file fees.cpp.
Estimate the minimum fee considering user set parameters and the required fee.
Definition at line 18 of file fees.cpp.
Estimate the minimum fee rate considering user set parameters and the required fee.
Definition at line 28 of file fees.cpp.
| CAmount GetRequiredFee |
( |
const CWallet & |
wallet, |
|
|
unsigned int |
nTxBytes |
|
) |
| |
Return the minimum required absolute fee for this size based on the required fee rate.
Definition at line 12 of file fees.cpp.
Return the minimum required feerate taking into account the minimum relay feerate and user set minimum transaction feerate.
Definition at line 23 of file fees.cpp.