Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
fees.h File Reference
#include <consensus/amount.h>
Include dependency graph for fees.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  wallet

Functions

CAmount wallet::GetRequiredFee (const CWallet &wallet, unsigned int nTxBytes)
 Return the minimum required absolute fee for this size based on the required fee rate.
CAmount wallet::GetMinimumFee (const CWallet &wallet, unsigned int nTxBytes, const CCoinControl &coin_control, FeeCalculation *feeCalc)
 Estimate the minimum fee considering user set parameters and the required fee.
CFeeRate wallet::GetRequiredFeeRate (const CWallet &wallet)
 Return the minimum required feerate taking into account the minimum relay feerate and user set minimum transaction feerate.
CFeeRate wallet::GetMinimumFeeRate (const CWallet &wallet, const CCoinControl &coin_control, FeeCalculation *feeCalc)
 Estimate the minimum fee rate considering user set parameters and the required fee.
CFeeRate wallet::GetDiscardRate (const CWallet &wallet)
 Return the maximum feerate for discarding change.