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