Expand description
Utilities for serialising/deserialising hexadecimal values.
Structs§
- Bytes
AsHex - A byte array that serializes as a hex string.
Enums§
- Inner
Deserialization Error - The error type returned by the inner deserialization.
Functions§
- bytes_
from_ hex_ str - Deserializes a Hex decoded as string to a byte array.
- deserialize_
optional_ contract_ class_ abi_ entry_ vector - hex_
str_ from_ bytes - Encodes a byte array to a string.
Type Aliases§
- Prefixed
Bytes AsHex - A BytesAsHex prefixed with ‘0x’.