Skip to content

Create Publication

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 app.AppState

@algorandfoundation/algokit-utils / types/app / AppState

Interface: AppState

types/app.AppState

Object holding app state values

Indexable

▪ [key: string]: { keyBase64: string ; keyRaw: Uint8Array ; value: number | bigint } | { keyBase64: string ; keyRaw: Uint8Array ; value: string ; valueBase64: string ; valueRaw: Uint8Array }