PIVX Core  5.6.99
P2P Digital Currency
Functions
fees.cpp File Reference
#include "wallet/fees.h"
#include "policy/policy.h"
#include "txmempool.h"
#include "util/system.h"
#include "validation.h"
#include "wallet/wallet.h"
Include dependency graph for fees.cpp:

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...
 

Function Documentation

◆ GetMinimumFee()

CAmount GetMinimumFee ( unsigned int  nTxBytes,
unsigned int  nConfirmTarget,
const CTxMemPool pool 
)

Estimate the minimum fee considering user set parameters and the required fee.

Definition at line 20 of file fees.cpp.

Here is the call graph for this function:

◆ GetRequiredFee()

CAmount GetRequiredFee ( unsigned int  nTxBytes)

Return the minimum required fee taking into account the floating relay fee and user set minimum transaction fee.

Definition at line 15 of file fees.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: