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