11#ifndef BITCOIN_COMMON_MESSAGES_H
12#define BITCOIN_COMMON_MESSAGES_H
29std::string
FeeModes(
const std::string& delimiter);
30std::string
FeeModeInfo(std::pair<std::string, FeeEstimateMode>& mode);
bilingual_str PSBTErrorString(PSBTError err)
std::string FeeModesDetail(std::string default_info)
std::string FeeModeInfo(const std::pair< std::string, FeeEstimateMode > &mode, std::string &default_info)
bilingual_str TransactionErrorString(const TransactionError err)
std::string FeeModes(const std::string &delimiter)
bilingual_str AmountErrMsg(const std::string &optname, const std::string &strValue)
bool FeeModeFromString(std::string_view mode_string, FeeEstimateMode &fee_estimate_mode)
std::string InvalidEstimateModeErrorMessage()
bilingual_str ResolveErrMsg(const std::string &optname, const std::string &strBind)
std::string StringForFeeReason(FeeReason reason)
bilingual_str AmountHighWarn(const std::string &optname)
bilingual_str InvalidPortErrMsg(const std::string &optname, const std::string &invalid_value)