pub const MAX_SAFE_INTEGER: u64 = 900_719_925_474_099;
Expand description

JavaScript’s MAX_SAFE_INTEGER. This is used to determine the maximum value for integer components in a JS-compatible way.