getCreatorAppsByName
getCreatorAppsByName(
creatorAccount
,indexer
):Promise
<AppLookup
>
Defined in: src/app-deploy.ts:244
Parameters
creatorAccount
The account (with private key loaded) or string address of an account that is the creator of the apps you want to search for
string
| SendTransactionFrom
indexer
IndexerClient
An indexer client
Returns
Promise
<AppLookup
>
A name-based lookup of the app information (id, address)