Bitcoin Core  27.99.0
P2P Digital Currency
Functions
fees.cpp File Reference
#include <util/fees.h>
#include <policy/fees.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <map>
#include <string>
#include <vector>
#include <utility>
Include dependency graph for fees.cpp:

Go to the source code of this file.

Functions

std::string StringForFeeReason (FeeReason reason)
 
const std::vector< std::pair< std::string, FeeEstimateMode > > & FeeModeMap ()
 
std::string FeeModes (const std::string &delimiter)
 
std::string InvalidEstimateModeErrorMessage ()
 
bool FeeModeFromString (const std::string &mode_string, FeeEstimateMode &fee_estimate_mode)
 

Function Documentation

◆ FeeModeFromString()

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

Definition at line 57 of file fees.cpp.

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

◆ FeeModeMap()

const std::vector<std::pair<std::string, FeeEstimateMode> >& FeeModeMap ( )

Definition at line 37 of file fees.cpp.

Here is the caller graph for this function:

◆ FeeModes()

std::string FeeModes ( const std::string &  delimiter)

Definition at line 47 of file fees.cpp.

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

◆ InvalidEstimateModeErrorMessage()

std::string InvalidEstimateModeErrorMessage ( )

Definition at line 52 of file fees.cpp.

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

◆ StringForFeeReason()

std::string StringForFeeReason ( FeeReason  reason)

Definition at line 17 of file fees.cpp.

Here is the caller graph for this function: