Module rpc_hex

Source
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’.