Struct ApplicationLocalState
Assembly: cs.temp.dll.dll
Syntax
public struct ApplicationLocalState : IEquatable<ApplicationLocalState>
Properties
Id
The application which this local state is for.
Declaration
public ulong Id { get; set; }
Property Value
KeyValue
Declaration
public TealKeyValueStore KeyValue { get; set; }
Property Value
Schema
Declaration
public ApplicationStateSchema Schema { get; set; }
Property Value
Methods
Equals(ApplicationLocalState)
Declaration
public bool Equals(ApplicationLocalState other)
Parameters
Returns