Struct ApplicationLocalState
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public struct ApplicationLocalState : IEquatable<ApplicationLocalState>
   
  Properties
  
  
  
  
  ClosedOutAtRound
  Round when account closed out of the application.        
 
  
  Declaration
  
    public Optional<ulong> ClosedOutAtRound { get; set; }
   
  Property Value
  
  
  
  
  Deleted
  Whether or not the application local state is currently deleted from its account.        
 
  
  Declaration
  
    public Optional<bool> Deleted { get; set; }
   
  Property Value
  
  
  
  
  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
  
  
  
  
  OptedInAtRound
  Round when the account opted into the application.        
 
  
  Declaration
  
    public Optional<ulong> OptedInAtRound { get; set; }
   
  Property Value
  
  
  
  
  Schema
  
  
  Declaration
  
    public ApplicationStateSchema Schema { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(ApplicationLocalState)
  
  
  Declaration
  
    public bool Equals(ApplicationLocalState other)
   
  Parameters
  
  Returns