Class SimulateInitialStates
Inherited Members
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class SimulateInitialStates
Properties
| Edit this page View SourceAppInitialStates
Declaration
[JsonProperty("app-initial-states", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("app-initial-states")]
public ICollection<ApplicationInitialStates> AppInitialStates { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<ApplicationInitialStates> |