# Functions
BigIntToUintBytes encodes the given big.Int to a big endian encoded unsigned integer byte slice of the given byte length, returning an error if the given big.Int would be bigger than the maximum number the byte slice of the given length could hold.
No description provided by the author
NewStorageDataRaw creates a new StorageDataRaw type.
NewU128 creates a new U128 type.
NewU16 creates a new U16 type.
NewU256 creates a new U256 type.
NewU32 creates a new U32 type.
NewU64 creates a new U64 type.
NewU8 creates a new U8 type.
UintBytesToBigInt decodes the given byte slice containing a big endian encoded unsigned integer to a big.Int.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
U128 is an unsigned 128-bit integer, it is represented as a big.Int in Go.
U256 is an usigned 256-bit integer, it is represented as a big.Int in Go.
# Type aliases
No description provided by the author
U16 is an unsigned 16-bit integer.
U32 is an unsigned 32-bit integer.
U64 is an unsigned 64-bit integer.
U8 is an unsigned 8-bit integer.