package
8.0.0
Repository: https://github.com/aeternity/aepp-sdk-go.git
Documentation: pkg.go.dev

# Functions

NewIntFromString returns a new math/big.Int from a string representation.
NewIntFromUint64 returns a new big.Int from a uint64 representation.
RequireIntFromString returns a new big.Int from a string representation or panics if NewBigIntFromString would have returned an error.

# Type aliases

BigInt is an alias for math/big.Int, for use with Swagger generated code.