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