7#ifndef BITCOIN_WALLET_FEES_H
8#define BITCOIN_WALLET_FEES_H
Fee rate in satoshis per kilobyte: Amount / kB.
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
A CWallet maintains a set of transactions and balances, and provides the ability to create new transa...
Amount GetRequiredFee(const CWallet &wallet, unsigned int nTxBytes)
Return the minimum required absolute fee for this size based on the required fee rate.
Amount GetMinimumFee(const CWallet &wallet, unsigned int nTxBytes, const CCoinControl &coin_control)
Estimate the minimum fee considering user set parameters and the required fee.
CFeeRate GetMinimumFeeRate(const CWallet &wallet, const CCoinControl &coin_control)
Estimate the minimum fee rate considering user set parameters and the required fee.
CFeeRate GetRequiredFeeRate(const CWallet &wallet)
Return the minimum required feerate taking into account the minimum relay feerate and user set minimu...