pub fn key_encode_hex<T>(from: T) -> Result<HexEncodedKey, CodecError>
where T: Serialize,
Expand description

Encode key to hex helper