Skip to content

encodeTransactions

encodeTransactions(transactions): Uint8Array<ArrayBufferLike>[]

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

Encode transactions with the domain separation (e.g. “TX”) prefix

Transaction[]

A collection of transactions to encode

Uint8Array<ArrayBufferLike>[]

A collection of MsgPack encoded bytes or an error if encoding fails.