Bitcoin
|
Go to the source code of this file.
Functions | |
std::string | FormatMoney (const CAmount &n) |
NODISCARD bool | ParseMoney (const std::string &str, CAmount &nRet) |
NODISCARD bool | ParseMoney (const char *pszIn, CAmount &nRet) |
std::string FormatMoney | ( | const CAmount & | n | ) |
Money parsing/formatting utilities.