Skip to main content

MAX_PUBLISHED_VALUE

Constant MAX_PUBLISHED_VALUE 

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

Largest published numeric value, 2^53 - 1.

Spec 006 ยง7 maps every uint64 to a JavaScript number, which holds integers exactly only up to this value. A deployment that publishes more would reach a JavaScript app rounded, so the client refuses it (CFG-044) rather than reading a number the deployment never published.