Raven Core  3.0.0
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)
 
int getConfTargetForIndex (int index)
 
int getIndexForConfTarget (int target)
 

Function Documentation

◆ FeeModeFromString()

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:

◆ getConfTargetForIndex()

int getConfTargetForIndex ( int  index)

Definition at line 1056 of file fees.cpp.

Here is the caller graph for this function:

◆ getIndexForConfTarget()

int getIndexForConfTarget ( int  target)

Definition at line 1066 of file fees.cpp.

◆ StringForFeeEstimateHorizon()

std::string StringForFeeEstimateHorizon ( FeeEstimateHorizon  horizon)

Definition at line 20 of file fees.cpp.

◆ StringForFeeReason()

std::string StringForFeeReason ( FeeReason  reason)

Definition at line 33 of file fees.cpp.