BuildOptions: LegacyBuildOption | V0BuildOption

Build options when building a transaction using TransactionBuilder

The latest blockhash to use when building the transaction.

If latestBlockhash is not provided, the commitment level to use when fetching the latest blockhash.

The transaction version to build. If set to "legacy", the transaction will be built using the legacy transaction format. Otherwise, the transaction will be built using the VersionedTransaction format.

If the build support VersionedTransactions, allow providing the lookup table accounts to use when building the transaction. This is only used when maxSupportedTransactionVersion is set to a number.

The compute budget limit and priority fee to use when building the transaction. This defaults to 'none'.