HexString
hexToU8a
hexToU8a
Converts a hex string to a Uint8Array
hexToString
hexToString
Converts a hex to a string
isZeroHex
isZeroHex
Check if a hex is zero
hexAddPrefix
& hexStripPrefix
hexAddPrefix
& hexStripPrefix
Add/remove the '0x' prefix to/from a hex string
toHex
toHex
Converts the input to a hex string, input can be in different types: string | number | Uint8Array | HexString
Last updated