Skip to main content

ICEBERG_UINT64_DECIMAL_PRECISION

Constant ICEBERG_UINT64_DECIMAL_PRECISION 

Source
const ICEBERG_UINT64_DECIMAL_PRECISION: u8 = 20;
Expand description

The precision needed to store all UInt64 values in a Decimal128. UInt64 max value is 18,446,744,073,709,551,615 which has 20 digits.