encodeTransactions
encodeTransactions(
transactions):Uint8Array<ArrayBufferLike>[]
Defined in: packages/transact/src/transactions/transaction.ts:405
Encode transactions with the domain separation (e.g. “TX”) prefix
Parameters
Section titled “Parameters”transactions
Section titled “transactions”A collection of transactions to encode
Returns
Section titled “Returns”Uint8Array<ArrayBufferLike>[]
A collection of MsgPack encoded bytes or an error if encoding fails.