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