Class SimulateResponse
Inheritance
SimulateResponse
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class SimulateResponse
Properties
|
Edit this page
View Source
EvalOverrides
Declaration
[JsonProperty("eval-overrides", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("eval-overrides")]
public SimulationEvalOverrides EvalOverrides { get; set; }
Property Value
|
Edit this page
View Source
ExecTraceConfig
Declaration
[JsonProperty("exec-trace-config", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("exec-trace-config")]
public SimulateTraceConfig ExecTraceConfig { get; set; }
Property Value
|
Edit this page
View Source
InitialStates
Declaration
[JsonProperty("initial-states", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("initial-states")]
public SimulateInitialStates InitialStates { get; set; }
Property Value
|
Edit this page
View Source
LastRound
Declaration
[JsonProperty("last-round", Required = Required.Always)]
[Key("last-round")]
[Required]
public ulong LastRound { get; set; }
Property Value
|
Edit this page
View Source
TxnGroups
Declaration
[JsonProperty("txn-groups", Required = Required.Always)]
[Key("txn-groups")]
[Required]
public ICollection<SimulateTransactionGroupResult> TxnGroups { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonProperty("version", Required = Required.Always)]
[Key("versions")]
[Required]
public ulong Version { get; set; }
Property Value