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.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”deletable?
Section titled “deletable?”
optionaldeletable: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
updatable?
Section titled “updatable?”
optionalupdatable:boolean
Defined in: src/app.ts:159
Whether or not the app is updatable / immutable / unspecified
version
Section titled “version”version:
string
Defined in: src/app.ts:155
The version of app that is / will be deployed