Versions in this module Expand all Collapse all v0 v0.53.0 May 21, 2026 Changes in this version + const EncodedLen + type Int struct + func DecodeBytes(b []byte) (Int, error) + func Max() Int + func Min() Int + func MustParseDecimal(s string) Int + func NewInt(v int64) Int + func NewUint64(v uint64) Int + func ParseDecimal(s string) (Int, error) + func ParseNormalizedDecimal(neg bool, digits string) (Int, error) + func (z *Int) Add(x, y *Int) error + func (z *Int) Cmp(x *Int) int + func (z *Int) EncodeBytes() [EncodedLen]byte + func (z *Int) FillBytes(dst []byte) + func (z *Int) SetFromDecimal(s string) error + func (z *Int) SetUint64(v uint64) *Int + func (z Int) String() string