7 #ifndef RAVEN_WALLET_FEES_H 8 #define RAVEN_WALLET_FEES_H 35 #endif // RAVEN_WALLET_FEES_H CFeeRate GetDiscardRate(const CBlockPolicyEstimator &estimator)
Return the maximum feerate for discarding change.
int64_t CAmount
Amount in corbies (Can be negative)
We want to be able to estimate feerates that are needed on tx's to be included in a certain number of...
CAmount GetRequiredFee(unsigned int nTxBytes)
Return the minimum required fee taking into account the floating relay fee and user set minimum trans...
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
Fee rate in satoshis per kilobyte: CAmount / kB.
CAmount GetMinimumFee(unsigned int nTxBytes, const CCoinControl &coin_control, const CTxMemPool &pool, const CBlockPolicyEstimator &estimator, FeeCalculation *feeCalc)
Estimate the minimum fee considering user set parameters and the required fee.