types indexer.ApplicationCreatedLookupResult
@algorandfoundation/algokit-utils / types/indexer / ApplicationCreatedLookupResult
Interface: ApplicationCreatedLookupResult¶
types/indexer.ApplicationCreatedLookupResult
Indexer result for an account's created applications, https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idcreated-applications
Table of contents¶
Properties¶
Properties¶
applications¶
• applications: ApplicationResult
[]
The returned applications
Defined in¶
current-round¶
• current-round: number
Round at which the results were computed.
Defined in¶
next-token¶
• next-token: string
Used for pagination, when making another request provide this token with the next parameter.