Expand description
Hex string conversion utilities
Functions§
- bytes_
to_ hex_ string - Convert bytes to a hex string with “0x” prefix
- hex_
string_ to_ bytes - Convert a hex string to a byte array of specified length
- hex_
string_ to_ hash_ bytes - Convert a hex string to a 32-byte array (for hash values)
- hex_
string_ to_ u64_ bytes - Convert a hex string to an 8-byte array (for u64 values)