Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <util/error.h>
#include <common/system.h>
#include <tinyformat.h>
#include <util/translation.h>
Go to the source code of this file.
Functions | |
bilingual_str | TransactionErrorString (const TransactionError error) |
bilingual_str | ResolveErrMsg (const std::string &optname, const std::string &strBind) |
bilingual_str | AmountHighWarn (const std::string &optname) |
bilingual_str | AmountErrMsg (const std::string &optname, const std::string &strValue) |
bilingual_str AmountErrMsg | ( | const std::string & | optname, |
const std::string & | strValue | ||
) |
bilingual_str AmountHighWarn | ( | const std::string & | optname | ) |
bilingual_str ResolveErrMsg | ( | const std::string & | optname, |
const std::string & | strBind | ||
) |
bilingual_str TransactionErrorString | ( | const TransactionError | error | ) |