$ApplicationLocalState
const
$ApplicationLocalState:object
Type declaration
description
readonly
description:"Stores local state associated with an application."
='Stores local state associated with an application.'
properties
readonly
properties:object
properties.closed-out-at-round
readonly
properties.closed-out-at-round:object
properties.closed-out-at-round.description
readonly
properties.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
readonly
properties.closed-out-at-round.type:"integer"
='integer'
properties.closed-out-at-round.x-algorand-format
readonly
properties.closed-out-at-round.x-algorand-format:"uint64"
='uint64'
properties.deleted
readonly
properties.deleted:object
properties.deleted.description
readonly
properties.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
readonly
properties.deleted.type:"boolean"
='boolean'
properties.id
readonly
properties.id:object
properties.id.description
readonly
properties.id.description:"The application which this local state is for."
='The application which this local state is for.'
properties.id.type
readonly
properties.id.type:"integer"
='integer'
properties.key-value
readonly
properties.key-value:object
properties.key-value.$ref
readonly
properties.key-value.$ref:"#/components/schemas/TealKeyValueStore"
='#/components/schemas/TealKeyValueStore'
properties.opted-in-at-round
readonly
properties.opted-in-at-round:object
properties.opted-in-at-round.description
readonly
properties.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
readonly
properties.opted-in-at-round.type:"integer"
='integer'
properties.opted-in-at-round.x-algorand-format
readonly
properties.opted-in-at-round.x-algorand-format:"uint64"
='uint64'
properties.schema
readonly
properties.schema:object
properties.schema.$ref
readonly
properties.schema.$ref:"#/components/schemas/ApplicationStateSchema"
='#/components/schemas/ApplicationStateSchema'
required
readonly
required: readonly ["id"
,"schema"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:247