# 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.