9 #ifndef BITCOIN_UTIL_MONEYSTR_H 10 #define BITCOIN_UTIL_MONEYSTR_H 24 #endif // BITCOIN_UTIL_MONEYSTR_H std::string FormatMoney(const CAmount n)
Money parsing/formatting utilities.
bool ParseMoney(const std::string &str, CAmount &nRet)
Parse an amount denoted in full coins.
int64_t CAmount
Amount in satoshis (Can be negative)