Bitcoin
|
#include <amount.h>
Go to the source code of this file.
Functions | |
CAmount | GetRequiredFee (const CWallet &wallet, unsigned int nTxBytes) |
CAmount | GetMinimumFee (const CWallet &wallet, unsigned int nTxBytes, const CCoinControl &coin_control, FeeCalculation *feeCalc) |
CFeeRate | GetRequiredFeeRate (const CWallet &wallet) |
CFeeRate | GetMinimumFeeRate (const CWallet &wallet, const CCoinControl &coin_control, FeeCalculation *feeCalc) |
CFeeRate | GetDiscardRate (const CWallet &wallet) |
CAmount 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 GetMinimumFeeRate | ( | const CWallet & | wallet, |
const CCoinControl & | coin_control, | ||
FeeCalculation * | feeCalc | ||
) |
Estimate the minimum fee rate considering user set parameters and the required fee
Return the minimum required absolute fee for this size based on the required fee rate