ApplicationLocalState
ApplicationLocalState:
object
Stores local state associated with an application.
Type declaration
closed-out-at-round?
optional
closed-out-at-round:number
Round when account closed out of the application.
deleted?
optional
deleted:boolean
Whether or not the application local state is currently deleted from its account.
id
id:
number
The application which this local state is for.
key-value?
optional
key-value:TealKeyValueStore
opted-in-at-round?
optional
opted-in-at-round:number
Round when the account opted into the application.
schema
schema:
ApplicationStateSchema
Defined in
types.gen.ts:217