Constant MAX_MONEY

pub const MAX_MONEY: u64 = _; // 2_100_000_000_000_000u64
Expand description

The maximum value allowed in an output (useful for sanity checking, since keeping everything below this value should prevent overflows if you are doing anything remotely sane with monetary values).