Type Alias: SimulateStatus
type SimulateStatus = typeof Simulate[keyof typeof Simulate];Defined in: apps/submitter/lib/handlers/simulate/types.ts:36
Possible result of a simulate call: either the status from a successfully attempted
simulation (OnchainStatus), which may be either successful or unsuccessful, or an error status indicating
the simulation could not be carried out (SubmitterError.