pub fn encode_transactions( txs: Vec<Transaction>, ) -> Result<Vec<Vec<u8>>, AlgoKitTransactError>
Encode transactions to MsgPack with the domain separation (e.g. “TX”) prefix.
txs
A collection of MsgPack encoded bytes or an error if encoding fails.