package
0.0.0-20230118211435-680381ece415
Repository: https://github.com/exzonetwork/exzocoin.git
Documentation: pkg.go.dev
# Functions
DecodeHex converts a hex string to a byte array.
DecodeHexToBig converts a hex number to a big.Int value.
DecodeNibble decodes a byte into a uint64.
DecodeString returns the byte representation of the hexadecimal string.
DecodeUint64 decodes a hex string with 0x prefix to uint64.
No description provided by the author
EncodeBig encodes bigint as a hex string with 0x prefix.
EncodeToHex generates a hex string based on the byte representation, with the '0x' prefix.
EncodeToString is a wrapper method for hex.EncodeToString.
EncodeUint64 encodes a number as a hex string with 0x prefix.
MustDecodeHex type-checks and converts a hex string to a byte array.
# Constants
No description provided by the author