Skip to content

decodeTransactions

decodeTransactions(encoded_transactions): Transaction[]

Defined in: packages/transact/src/transactions/transaction.ts:507

Decodes a collection of MsgPack bytes into a transaction collection.

  • encoded_transaction - A collection of MsgPack encoded bytes, each representing a transaction.

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

Uint8Array<ArrayBufferLike>[]

Transaction[]