#include "wallet/fees.h"
#include "policy/policy.h"
#include "txmempool.h"
#include "util.h"
#include "validation.h"
#include "wallet/coincontrol.h"
#include "wallet/wallet.h"
Go to the source code of this file.
◆ GetDiscardRate()
Return the maximum feerate for discarding change.
Definition at line 81 of file fees.cpp.
◆ GetMinimumFee()
Estimate the minimum fee considering user set parameters and the required fee.
Definition at line 23 of file fees.cpp.
◆ GetRequiredFee()
CAmount GetRequiredFee |
( |
unsigned int |
nTxBytes | ) |
|
Return the minimum required fee taking into account the floating relay fee and user set minimum transaction fee.
Definition at line 17 of file fees.cpp.