$ApplicationLocalState
const$ApplicationLocalState:object
Type declaration
description
readonlydescription:"Stores local state associated with an application."='Stores local state associated with an application.'
properties
readonlyproperties:object
properties.closed-out-at-round
readonlyproperties.closed-out-at-round:object
properties.closed-out-at-round.description
readonlyproperties.closed-out-at-round.description:"Round when account closed out of the application."='Round when account closed out of the application.'
properties.closed-out-at-round.type
readonlyproperties.closed-out-at-round.type:"integer"='integer'
properties.closed-out-at-round.x-algorand-format
readonlyproperties.closed-out-at-round.x-algorand-format:"uint64"='uint64'
properties.deleted
readonlyproperties.deleted:object
properties.deleted.description
readonlyproperties.deleted.description:"Whether or not the application local state is currently deleted from its account."='Whether or not the application local state is currently deleted from its account.'
properties.deleted.type
readonlyproperties.deleted.type:"boolean"='boolean'
properties.id
readonlyproperties.id:object
properties.id.description
readonlyproperties.id.description:"The application which this local state is for."='The application which this local state is for.'
properties.id.type
readonlyproperties.id.type:"integer"='integer'
properties.key-value
readonlyproperties.key-value:object
properties.key-value.$ref
readonlyproperties.key-value.$ref:"#/components/schemas/TealKeyValueStore"='#/components/schemas/TealKeyValueStore'
properties.opted-in-at-round
readonlyproperties.opted-in-at-round:object
properties.opted-in-at-round.description
readonlyproperties.opted-in-at-round.description:"Round when the account opted into the application."='Round when the account opted into the application.'
properties.opted-in-at-round.type
readonlyproperties.opted-in-at-round.type:"integer"='integer'
properties.opted-in-at-round.x-algorand-format
readonlyproperties.opted-in-at-round.x-algorand-format:"uint64"='uint64'
properties.schema
readonlyproperties.schema:object
properties.schema.$ref
readonlyproperties.schema.$ref:"#/components/schemas/ApplicationStateSchema"='#/components/schemas/ApplicationStateSchema'
required
readonlyrequired: readonly ["id","schema"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:247