[#MoneyRange] = MoneyRange :mrdocs: Returns true when the amount is non‐negative and does not exceed MAX_MONEY. == Synopsis Declared in `<consensus/amount.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool MoneyRange(xref:CAmount.adoc[CAmount] const& nValue); ---- == Return Value true if nValue is a valid amount within the accepted range. == Parameters [cols="1,4"] |=== | Name| Description | *nValue* | Amount in satoshis to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#