#include <wallet/fees.h>
#include <config.h>
#include <txmempool.h>
#include <wallet/coincontrol.h>
#include <wallet/wallet.h>
Go to the source code of this file.
◆ GetMinimumFee()
Estimate the minimum fee considering user set parameters and the required fee.
Definition at line 17 of file fees.cpp.
◆ GetMinimumFeeRate()
Estimate the minimum fee rate considering user set parameters and the required fee.
Definition at line 26 of file fees.cpp.
◆ GetRequiredFee()
Amount 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 13 of file fees.cpp.
◆ GetRequiredFeeRate()
Return the minimum required feerate taking into account the minimum relay feerate and user set minimum transaction feerate.
Definition at line 22 of file fees.cpp.