Versions in this module Expand all Collapse all v4 v4.0.1 Jul 6, 2019 Changes in this version + func NewIntFromString(number string) (i *big.Int, err error) + func NewIntFromUint64(number uint64) (i *big.Int) + func RequireIntFromString(number string) *big.Int + type BigInt big.Int + func (b *BigInt) Cmp(i *BigInt) int + func (b *BigInt) LargerOrEqualToZero() bool + func (b *BigInt) LargerThanZero() bool + func (b *BigInt) Set(i *big.Int) *BigInt + func (b *BigInt) String() string + func (b *BigInt) UnmarshalJSON(text []byte) error + func (b *BigInt) Validate(formats strfmt.Registry) error Other modules containing this package github.com/aeternity/aepp-sdk-go github.com/aeternity/aepp-sdk-go/v5 github.com/aeternity/aepp-sdk-go/v6 github.com/aeternity/aepp-sdk-go/v7 github.com/aeternity/aepp-sdk-go/v8 github.com/aeternity/aepp-sdk-go/v9