Versions in this module Expand all Collapse all v1 v1.1.0 Aug 7, 2026 Changes in this version + type Big big.Int + func New(i *big.Int) *Big + func NewI(i int64) *Big + func (b *Big) Add(c *Big) *Big + func (b *Big) Bytes() []byte + func (b *Big) Cmp(c *Big) int + func (b *Big) Equal(c *Big) bool + func (b *Big) Hex() string + func (b *Big) Int64() int64 + func (b *Big) IsZero() bool + func (b *Big) Mod(c *Big) *Big + func (b *Big) Scan(value interface{}) error + func (b *Big) String() string + func (b *Big) Sub(c *Big) *Big + func (b *Big) ToInt() *big.Int + func (b *Big) UnmarshalJSON(input []byte) error + func (b *Big) UnmarshalText(input []byte) error + func (b Big) MarshalJSON() ([]byte, error) + func (b Big) MarshalText() ([]byte, error) + func (b Big) Value() (driver.Value, error)