6 #ifndef BITCOIN_CONSENSUS_AMOUNT_H 7 #define BITCOIN_CONSENSUS_AMOUNT_H 29 #endif // BITCOIN_CONSENSUS_AMOUNT_H bool MoneyRange(const CAmount &nValue)
int64_t CAmount
Amount in satoshis (Can be negative)
static constexpr CAmount MAX_MONEY
No amount larger than this (in satoshi) is valid.
static constexpr CAmount COIN
The amount of satoshis in one BTC.