appOptedIn
Algorand TypeScript / op / appOptedIn
appOptedIn(
a,b):boolean
Defined in: op.ts:329
1 if account A is opted in to application B, else 0
Parameters
Section titled “Parameters”Txn.Accounts offset (or, since v4, an available account address), available application id (or, since v4, a Txn.ForeignApps offset).
Returns
Section titled “Returns”boolean
1 if opted in and 0 otherwise.
Native TEAL opcode: app_opted_in
Min AVM version: 2