Skip to content

AppDeployMetadata

@algorandfoundation/algokit-utils / types/app / AppDeployMetadata

types/app.AppDeployMetadata

The payload of the metadata to add to the transaction note when deploying an app, noting it will be prefixed with APP_DEPLOY_NOTE_PREFIX.

Optional deletable: boolean

Whether or not the app is deletable / permanent / unspecified

src/types/app.ts:253


name: string

The unique name identifier of the app within the creator account

src/types/app.ts:249


Optional updatable: boolean

Whether or not the app is updatable / immutable / unspecified

src/types/app.ts:255


version: string

The version of app that is / will be deployed

src/types/app.ts:251