Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types indexer.AppLocalState

@algorandfoundation/algokit-utils / types/indexer / AppLocalState

Interface: AppLocalState

types/indexer.AppLocalState

Stores local state associated with an application. https://developer.algorand.org/docs/rest-apis/indexer/#applicationlocalstate

Table of contents

Properties

Properties

closed-out-at-round

Optional closed-out-at-round: number

Round when account closed out of the application.

Defined in

src/types/indexer.ts:805


deleted

Optional deleted: boolean

Whether or not the application local state is currently deleted from its account.

Defined in

src/types/indexer.ts:807


id

id: number

The application which this local state is for.

Defined in

src/types/indexer.ts:809


key-value

Optional key-value: TealKeyValue[]

[tkv] storage.

Defined in

src/types/indexer.ts:811


opted-in-at-round

Optional opted-in-at-round: number

Round when the account opted into the application.

Defined in

src/types/indexer.ts:813


schema

schema: StateSchema

[hsch] schema.

Defined in

src/types/indexer.ts:815