SimulateTraceConfig
SimulateTraceConfig =
object
Defined in: packages/algod_client/src/models/simulate-trace-config.ts:7
An object that configures simulation execution trace.
Properties
Section titled “Properties”enable?
Section titled “enable?”
optionalenable:boolean
Defined in: packages/algod_client/src/models/simulate-trace-config.ts:11
A boolean option for opting in execution trace features simulation endpoint.
scratchChange?
Section titled “scratchChange?”
optionalscratchChange:boolean
Defined in: packages/algod_client/src/models/simulate-trace-config.ts:21
A boolean option enabling returning scratch slot changes together with execution trace during simulation.
stackChange?
Section titled “stackChange?”
optionalstackChange:boolean
Defined in: packages/algod_client/src/models/simulate-trace-config.ts:16
A boolean option enabling returning stack changes together with execution trace during simulation.
stateChange?
Section titled “stateChange?”
optionalstateChange:boolean
Defined in: packages/algod_client/src/models/simulate-trace-config.ts:26
A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.