encodeSignedTransactions
encodeSignedTransactions(
signedTransactions):Uint8Array<ArrayBufferLike>[]
Defined in: packages/transact/src/transactions/signed-transaction.ts:128
Encode signed transactions to MsgPack for sending on the network.
This method performs canonical encoding. No domain separation prefix is applicable.
Parameters
Section titled “Parameters”signedTransactions
Section titled “signedTransactions”A collection of signed transactions to encode
Returns
Section titled “Returns”Uint8Array<ArrayBufferLike>[]
A collection of MsgPack encoded bytes or an error if encoding fails.