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.
Parameters
Section titled “Parameters”indexer
Section titled “indexer”An indexer instance
address
Section titled “address”The address of the creator to look up
string | Address
getAll?
Section titled “getAll?”boolean = true
Whether or not to include deleted applications. Default true.
paginationLimit?
Section titled “paginationLimit?”number
The number of records to return per paginated request, default 1000
Returns
Section titled “Returns”Promise<Application[]>
The list of application results