SimulateTraceConfig
SimulateTraceConfig:
object
An object that configures simulation execution trace.
Type declaration
enable?
optional
enable:boolean
A boolean option for opting in execution trace features simulation endpoint.
scratch-change?
optional
scratch-change:boolean
A boolean option enabling returning scratch slot changes together with execution trace during simulation.
stack-change?
optional
stack-change:boolean
A boolean option enabling returning stack changes together with execution trace during simulation.
state-change?
optional
state-change:boolean
A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.
Defined in
types.gen.ts:865