Skip to content

AppLookup

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

types/app-deployer.AppLookup

A lookup of name -> Algorand app for a creator

Table of contents

Properties

Properties

apps

apps: Object

A hash map of app name to app metadata

Index signature

▪ [name: string]: AppMetadata

Defined in

src/types/app-deployer.ts:94


creator

creator: Readonly<Address>

The address of the creator associated with this lookup

Defined in

src/types/app-deployer.ts:92