getAppById
getAppById(
appId
,algod
):Promise
<Application
>
Defined in: src/app.ts:406
Parameters
appId
The id of the app
number
| bigint
algod
AlgodClient
An algod client
Returns
Promise
<Application
>
The data about the app
getAppById(
appId
,algod
):Promise
<Application
>
Defined in: src/app.ts:406
The id of the app
number
| bigint
AlgodClient
An algod client
Promise
<Application
>
The data about the app