5#ifndef BITCOIN_UTIL_FEES_H
6#define BITCOIN_UTIL_FEES_H
15std::string
FeeModes(
const std::string& delimiter);
std::string FeeModes(const std::string &delimiter)
bool FeeModeFromString(const std::string &mode_string, FeeEstimateMode &fee_estimate_mode)
const std::string InvalidEstimateModeErrorMessage()
std::string StringForFeeReason(FeeReason reason)