7 #ifndef PIVX_WALLET_FEES_H
8 #define PIVX_WALLET_FEES_H
int64_t CAmount
Amount in PIV (Can be negative)
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
CAmount GetMinimumFee(unsigned int nTxBytes, unsigned int nConfirmTarget, const CTxMemPool &pool)
Estimate the minimum fee considering user set parameters and the required fee.
CAmount GetRequiredFee(unsigned int nTxBytes)
Return the minimum required fee taking into account the floating relay fee and user set minimum trans...