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.
Parameters
Section titled “Parameters”transaction
Section titled “transaction”Returns
Section titled “Returns”Uint8Array