Skip to content

AppLookup

@algorandfoundation/algokit-utils / types/app-deployer / AppLookup

types/app-deployer.AppLookup

A lookup of name -> Algorand app for a creator

apps: Object

A hash map of app name to app metadata

▪ [name: string]: AppMetadata

src/types/app-deployer.ts:94


creator: Readonly<Address>

The address of the creator associated with this lookup

src/types/app-deployer.ts:92