Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
messages.h File Reference
#include <string>
#include <string_view>
Include dependency graph for messages.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  node
namespace  common

Functions

bool common::FeeModeFromString (std::string_view 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 TransactionError err)
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)

Detailed Description

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.