Skip to main content

MAX_PUBLIC_INTEGER

Constant MAX_PUBLIC_INTEGER 

Source
pub const MAX_PUBLIC_INTEGER: u64 = 9_007_199_254_740_991;
Expand description

Maximum value for an ordinal exposed through the API.

This is 2^53 - 1, the largest integer JSON clients can represent without losing precision.