![]() |
Bitcoin Core
0.21.0rc5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| std::string | FormatMoney (const CAmount &n) |
| Money parsing/formatting utilities. More... | |
| NODISCARD bool | ParseMoney (const std::string &str, CAmount &nRet) |
| Parse an amount denoted in full coins. More... | |
| std::string FormatMoney | ( | const CAmount & | n | ) |
Money parsing/formatting utilities.
Definition at line 12 of file moneystr.cpp.
Parse an amount denoted in full coins.
E.g. "0.0034" supplied on the command line.
Definition at line 34 of file moneystr.cpp.