# Functions
Bytes2Hex returns the hexadecimal encoding of d.
BytesToUint32 interprets a byte slice as uint32, using little endian encoding.
BytesToUint64 interprets a byte slice as uint64, using little endian encoding.
CopyBytes returns an exact copy of the provided bytes.
Decode decodes a hex string with 0x prefix.
DecodeBig decodes a hex string with 0x prefix as a quantity.
DecodeUint64 decodes a hex string with 0x prefix as a quantity.
Encode encodes b as a hex string with 0x prefix.
EncodeBig encodes bigint as a hex string with 0x prefix.
EncodeUint64 encodes i as a hex string with 0x prefix.
FromHex returns the bytes represented by the hexadecimal string s.
Hex2Bytes returns the bytes represented by the hexadecimal string str.
LeftPadBytes zero-pads slice to the left up to length l.
Min returns the smaller of the two inputs, both of type int.
Min32 returns the smaller of the two inputs, both of type uint32.
Min64 returns the smaller of the two inputs, both of type uint64.
MustDecode decodes a hex string with 0x prefix.
MustDecodeBig decodes a hex string with 0x prefix as a quantity.
MustDecodeUint64 decodes a hex string with 0x prefix as a quantity.
Uint32ToBytes returns the byte representation of a uint32, using little endian encoding.
Uint64ToBytes returns the byte representation of a uint64, using little endian encoding.
Uint64ToBytesBigEndian returns the byte representation of a uint64, using big endian encoding (which is not the default for libonomy).
UnmarshalFixedJSON decodes the input as a string with 0x prefix.
UnmarshalFixedText decodes the input as a string with 0x prefix.
UnmarshalFixedUnprefixedText decodes the input as a string with optional 0x prefix.
# Variables
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.
Errors.