Expand description
Serialization and deserialization logic for 0x
-prefixed hex strings.
Functions§
- deserialize
- Deserializes a hex string into raw bytes.
- serialize
- Serializes
data
as hex string using lowercase characters and prefixing with ‘0x’.
Serialization and deserialization logic for 0x
-prefixed hex strings.
data
as hex string using lowercase characters and prefixing with ‘0x’.