9#ifndef BITCOIN_UTIL_MONEYSTR_H
10#define BITCOIN_UTIL_MONEYSTR_H
bool ParseMoney(const std::string &str, Amount &nRet)
Parse an amount denoted in full coins.
std::string FormatMoney(const Amount n)
Do not use these functions to represent or parse monetary amounts to or from JSON but use AmountFromV...
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...