![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "wallet/fees.h"#include "policy/policy.h"#include "txmempool.h"#include "util/system.h"#include "validation.h"#include "wallet/wallet.h"Go to the source code of this file.
Functions | |
| CAmount | GetRequiredFee (unsigned int nTxBytes) |
| Return the minimum required fee taking into account the floating relay fee and user set minimum transaction fee. More... | |
| CAmount | GetMinimumFee (unsigned int nTxBytes, unsigned int nConfirmTarget, const CTxMemPool &pool) |
| Estimate the minimum fee considering user set parameters and the required fee. More... | |
| CAmount GetMinimumFee | ( | unsigned int | nTxBytes, |
| unsigned int | nConfirmTarget, | ||
| const CTxMemPool & | pool | ||
| ) |