Class ApplicationLocalState
Inheritance
ApplicationLocalState
Assembly: Algorand.dll
Syntax
public class ApplicationLocalState
Properties
|
Edit this page
View Source
ClosedOutAtRound
Declaration
[JsonProperty("closed-out-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? ClosedOutAtRound { get; set; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public ulong Id { get; set; }
Property Value
|
Edit this page
View Source
KeyValue
Declaration
[JsonProperty("key-value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TealKeyValue> KeyValue { get; set; }
Property Value
|
Edit this page
View Source
OptedInAtRound
Declaration
[JsonProperty("opted-in-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? OptedInAtRound { get; set; }
Property Value
|
Edit this page
View Source
Schema
Declaration
[JsonProperty("schema", Required = Required.Always)]
[Required]
public ApplicationStateSchema Schema { get; set; }
Property Value