Skip to content

getAppLocalState

getAppLocalState(appId, account, algod): Promise<AppState>

Defined in: src/app.ts:265

Parameters

appId

The ID of the app return global state for

number | bigint

account

Either the string address of an account or an account object for the account to get local state for the given app

string | SendTransactionFrom

algod

AlgodClient

An algod client instance

Returns

Promise<AppState>

The current local state for the given (app, account) combination