Module tendermint::serializers::bytes::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.