Skip to content

AppState

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

types/app.AppState

Object holding app state values

Indexable

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