Class ContractState
Defines the values that should be used for GlobalNumUint, GlobalNumByteSlice, LocalNumUint, and LocalNumByteSlice when creating the application
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class ContractState
Properties
| Edit this page View SourceKeys
Mapping of human-readable names to StorageKey objects
Declaration
[JsonProperty("keys")]
public Dictionary<string, StorageKey> Keys { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, StorageKey> |
Maps
Mapping of human-readable names to StorageMap objects
Declaration
[JsonProperty("maps")]
public Dictionary<string, StorageMap> Maps { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, StorageMap> |
Schema
Defines the values that should be used for GlobalNumUint, GlobalNumByteSlice, LocalNumUint, and LocalNumByteSlice when creating the application
Declaration
[JsonProperty("schema")]
public Schema Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Schema |