Bitcoin Core  27.99.0
P2P Digital Currency
Functions
fees.h File Reference
#include <string>
Include dependency graph for fees.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool FeeModeFromString (const std::string &mode_string, FeeEstimateMode &fee_estimate_mode)
 
std::string StringForFeeReason (FeeReason reason)
 
std::string FeeModes (const std::string &delimiter)
 
std::string InvalidEstimateModeErrorMessage ()
 

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:

◆ 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: