Skip to content

lookupAccountCreatedApplicationByAddress

lookupAccountCreatedApplicationByAddress(indexer, address, getAll?, paginationLimit?): Promise<Application[]>

Defined in: src/indexer-client/indexer-lookup.ts:23

Looks up applications that were created by the given address; will automatically paginate through all data.

IndexerClient

An indexer instance

The address of the creator to look up

string | Address

boolean = true

Whether or not to include deleted applications. Default true.

number

The number of records to return per paginated request, default 1000

Promise<Application[]>

The list of application results