Extended Viem client
Transaction to simulate
Optional
config: ((Readonly<{ replaceRecentBlockhash?: boolean | undefined; sigVerify?: false | undefined; }> | Readonly<{ replaceRecentBlockhash?: false | undefined; sigVerify: true; }>) & Readonly<...> & { ...; }) & { ...; }Optional configuration for sol_simulateTransaction
Promise resolving to transaction simulation results
Simulates a transaction to get a preview of its effects