tendermint::serializers

Module txs

Expand description

Serialize/deserialize Vec<Vec<u8>> type from and into transactions (Base64String array).

Functionsยง

  • Deserialize transactions into Vec<Vec<u8>>
  • Serialize from Vec<Vec<u8>> into transactions