Simulates the execution of a transaction.
import { simulateTransaction } from "thirdweb";const result = await simulateTransaction({ transaction,});
A promise that resolves to the result of the simulation.