Class ApplicationLocalState
Inheritance
object
ApplicationLocalState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ApplicationLocalState
Properties
| Improve this Doc View SourceClosedOutAtRound
Declaration
[JsonProperty("closed-out-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? ClosedOutAtRound { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public ulong Id { get; set; }
Property Value
Type | Description |
---|---|
ulong |
KeyValue
Declaration
[JsonProperty("key-value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TealKeyValue> KeyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><TealKeyValue> |
OptedInAtRound
Declaration
[JsonProperty("opted-in-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? OptedInAtRound { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Schema
Declaration
[JsonProperty("schema", Required = Required.Always)]
[Required]
public ApplicationStateSchema Schema { get; set; }
Property Value
Type | Description |
---|---|
ApplicationStateSchema |