Expand description
Serde helpers for Vec<u8> as 0x-hex.
Functionsยง
- deserialize
- Deserialize a
Vec<u8>from an"0x..."lowercase hex string. - serialize
- Serialize a
Vec<u8>as an"0x..."lowercase hex string.
Serde helpers for Vec<u8> as 0x-hex.
Vec<u8> from an "0x..." lowercase hex string.Vec<u8> as an "0x..." lowercase hex string.