package
0.5.0
Repository: https://github.com/frankonly/iotex-core.git
Documentation: pkg.go.dev

# Functions

BytesToUint64 converts 8 bytes with the machine endian to uint64.
Must is a helper wraps a call to a function returing ([]byte, error) and panics if the error is not nil.
Uint32ToBytes converts a uint32 to 4 bytes with the machine endian.
Uint64ToBytes converts a uint64 to 8 bytes with the machine endian.