Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeUint256 ¶
DecodeUint256 decodes the little-endian hex encoded string to an uint256.
func DecodeUint64 ¶
DecodeUint64 decodes the base 10 string to an uint64.
func EncodeHex ¶
EncodeHex encodes the bytes string to a hex string. It always adds the 0x prefix if bytes are not empty.
func EncodeUint256 ¶
EncodeUint256 encodes the uint256 to a little-endian encoded hex string.
func EncodeUint64 ¶
EncodeUint64 encodes the uint64 to a base 10 string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.