Skip to content

AppDeployMetadata

Defined in: src/app.ts:151

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

Defined in: src/app.ts:157

Whether or not the app is deletable / permanent / unspecified


name: string

Defined in: src/app.ts:153

The unique name identifier of the app within the creator account


optional updatable: boolean

Defined in: src/app.ts:159

Whether or not the app is updatable / immutable / unspecified


version: string

Defined in: src/app.ts:155

The version of app that is / will be deployed