Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
fees.cpp File Reference
#include <policy/fees.h>
#include <policy/policy.h>
#include <amount.h>
#include <clientversion.h>
#include <primitives/transaction.h>
#include <random.h>
#include <streams.h>
#include <txmempool.h>
#include <util.h>
Include dependency graph for fees.cpp:

Go to the source code of this file.

Classes

class  TxConfirmStats
 We will instantiate an instance of this class to track transactions that were included in a block. More...
 

Functions

std::string StringForFeeEstimateHorizon (FeeEstimateHorizon horizon)
 
std::string StringForFeeReason (FeeReason reason)
 
bool FeeModeFromString (const std::string &mode_string, FeeEstimateMode &fee_estimate_mode)
 

Function Documentation

bool FeeModeFromString ( const std::string &  mode_string,
FeeEstimateMode fee_estimate_mode 
)

Definition at line 53 of file fees.cpp.

Here is the caller graph for this function:

std::string StringForFeeEstimateHorizon ( FeeEstimateHorizon  horizon)

Definition at line 20 of file fees.cpp.

Here is the caller graph for this function:

std::string StringForFeeReason ( FeeReason  reason)

Definition at line 33 of file fees.cpp.