pub fn decode_transactions( encoded_txs: Vec<Vec<u8>>, ) -> Result<Vec<Transaction>, AlgoKitTransactError>
Decodes a collection of MsgPack bytes into a transaction collection.
encoded_txs
A collection of decoded transactions or an error if decoding fails.