decodeSignedTransactions
decodeSignedTransactions(
encodedSignedTransactions):SignedTransaction[]
Defined in: packages/transact/src/transactions/signed-transaction.ts:149
Decodes a collection of MsgPack bytes into a signed transaction collection.
Parameters
Section titled “Parameters”encodedSignedTransactions
Section titled “encodedSignedTransactions”Uint8Array<ArrayBufferLike>[]
A collection of MsgPack encoded bytes, each representing a signed transaction.
Returns
Section titled “Returns”A collection of decoded signed transactions or an error if decoding fails.