Class SimulateTraceConfig

An object that configures simulation execution trace.

Implements

Constructors

  • Creates a new SimulateTraceConfig object.

    Parameters

    • __namedParameters: {
          enable?: boolean;
          scratchChange?: boolean;
          stackChange?: boolean;
          stateChange?: boolean;
      }
      • Optional enable?: boolean
      • Optional scratchChange?: boolean
      • Optional stackChange?: boolean
      • Optional stateChange?: boolean

    Returns SimulateTraceConfig

Properties

enable?: boolean

A boolean option for opting in execution trace features simulation endpoint.

scratchChange?: boolean

A boolean option enabling returning scratch slot changes together with execution trace during simulation.

stackChange?: boolean

A boolean option enabling returning stack changes together with execution trace during simulation.

stateChange?: boolean

A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc