getAppClientById
getAppClientById(
appDetails
,algod
):ApplicationClient
Defined in: src/app-client.ts:66
Parameters
appDetails
AppSpecAppDetailsById
The details of the app
algod
AlgodClient
An algod instance
Returns
ApplicationClient
The application client
Example
const client = algokit.getAppClientById( { app: {appSpec}, sender: {account}, id: {id}, }, algodClient, )