Skip to content

encodeTransactionRaw

encodeTransactionRaw(transaction): Uint8Array

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

Encode the transaction without the domain separation (e.g. “TX”) prefix This is useful for encoding the transaction for signing with tools that automatically add “TX” prefix to the transaction bytes.

Transaction

Uint8Array