The parameters object.
OptionalcomputeUnitLimitMultiple?: numberThe compute units to cap the transaction as a multiple of the simulated units consumed (e.g., 1.25x).
OptionalcomputeUnitPrice?: numberThe price per compute unit in microlamports.
The connection to use.
The transaction instructions.
OptionallookupTables?: AddressLookupTableAccount[]The address lookup tables.
Optionalpayer?: PublicKeyThe payer for the transaction.
Optionalsigners?: Signer[]The signers for the transaction.
A promise that resolves to the versioned transaction.
Function to convert transaction instructions to a versioned transaction.