Class SimulateTraceConfig
Inheritance
SimulateTraceConfig
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class SimulateTraceConfig
Properties
|
Edit this page
View Source
Enable
Declaration
[JsonProperty("enable", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("enable")]
public bool? Enable { get; set; }
Property Value
|
Edit this page
View Source
ScratchChange
Declaration
[JsonProperty("scratch-change", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("scratch-change")]
public bool? ScratchChange { get; set; }
Property Value
|
Edit this page
View Source
StackChange
Declaration
[JsonProperty("stack-change", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("stack-change")]
public bool? StackChange { get; set; }
Property Value
|
Edit this page
View Source
StateChange
Declaration
[JsonProperty("state-change", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("state-change")]
public bool? StateChange { get; set; }
Property Value