Preflight simulation (Solana)
Last updated:
Applies to: Solana
In more detail
With preflight on, common errors come back to the caller immediately. Setting skipPreflight to true forwards the transaction without these checks, so the same errors show up only as a transaction that never lands. Solana's guide recommends leaving it off (false).