Struct ApplicationLocalState
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct ApplicationLocalState : IEquatable<ApplicationLocalState>
Properties
Id
The application which this local state is for.
Declaration
[AlgoApiField("id")]
public ulong Id { get; set; }
Property Value
KeyValue
Declaration
[AlgoApiField("key-value")]
public TealKeyValueStore KeyValue { get; set; }
Property Value
Schema
Declaration
[AlgoApiField("schema")]
public ApplicationStateSchema Schema { get; set; }
Property Value
Methods
Equals(ApplicationLocalState)
Declaration
public bool Equals(ApplicationLocalState other)
Parameters
Returns