Skip to content

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.

Uint8Array<ArrayBufferLike>[]

A collection of MsgPack encoded bytes, each representing a signed transaction.

SignedTransaction[]

A collection of decoded signed transactions or an error if decoding fails.