tendermint::serializers::bytes

Module hexstring

Expand description

Serialize into hexstring, deserialize from hexstring

Functionsยง

  • Deserialize a hex-encoded string into Vec<u8>
  • Serialize from a byte slice into a hex-encoded string.