getAppClientByCreatorAndName
getAppClientByCreatorAndName(
appDetails
,algod
):ApplicationClient
Defined in: src/app-client.ts:93
Parameters
appDetails
AppSpecAppDetailsByCreatorAndName
The details of the app by creator and name
algod
AlgodClient
An algod instance
Returns
ApplicationClient
The application client
Example
const client = algokit.getAppClientByCreatorAndName( { app: appSpec, sender: account, creatorAddress: account, findExistingUsing: indexerClient, }, algodClient, )