package
7.0.1+incompatible
Repository: https://github.com/dydxprotocol/v4-chain.git
Documentation: pkg.go.dev

# Functions

NewInt constructs Int from int64.
NewIntFromBigInt constructs Int from big.Int.
NewIntFromUint64 constructs an Int from a uint64.
ZeroInt returns Int value with zero.

# Structs

SerializableInt is basically copied from cosmos-sdk/types/Int but: - doesn’t have a bit-length restriction - uses GobEncode/GobDecode instead of serializing to an ascii string - removes superfluous functions to do `big.Int` math on the underlying value.