tendermint::serializers

Module bytes

Expand description

Serialize/deserialize bytes (Vec<u8>) type

Modulesยง

base64string
Serialize into base64string, deserialize from base64string
hexstring
Serialize into hexstring, deserialize from hexstring
option_base64string
Serialize into and deserialize from an optional base64string.
string
Serialize into string, deserialize from string
vec_base64string
Serialize into and deserialize from a sequence of base64string.