Module tendermint::serializers::bytes::option_base64string

Expand description

Serialize into and deserialize from an optional base64string.

Functionsยง

  • Deserialize Option<base64string> into Vec<u8> or null
  • Serialize from T into Option<base64string>