Bitcoin Core 28.99.0
P2P Digital Currency
|
is a home for simple string functions returning descriptive messages that are used in RPC and GUI interfaces or log messages, and are called in different parts of the codebase across node/wallet/gui boundaries. More...
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | node |
namespace | common |
Functions | |
bool | common::FeeModeFromString (const std::string &mode_string, FeeEstimateMode &fee_estimate_mode) |
std::string | common::StringForFeeReason (FeeReason reason) |
std::string | common::FeeModes (const std::string &delimiter) |
std::string | common::FeeModeInfo (std::pair< std::string, FeeEstimateMode > &mode) |
std::string | common::FeeModesDetail (std::string default_info) |
std::string | common::InvalidEstimateModeErrorMessage () |
bilingual_str | common::PSBTErrorString (PSBTError err) |
bilingual_str | common::TransactionErrorString (const node::TransactionError error) |
bilingual_str | common::ResolveErrMsg (const std::string &optname, const std::string &strBind) |
bilingual_str | common::InvalidPortErrMsg (const std::string &optname, const std::string &invalid_value) |
bilingual_str | common::AmountHighWarn (const std::string &optname) |
bilingual_str | common::AmountErrMsg (const std::string &optname, const std::string &strValue) |
is a home for simple string functions returning descriptive messages that are used in RPC and GUI interfaces or log messages, and are called in different parts of the codebase across node/wallet/gui boundaries.
Definition in file messages.h.