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.
Hierarchy
Section titled “Hierarchy”-
AppDeployMetadata
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”deletable
Section titled “deletable”• Optional deletable: boolean
Whether or not the app is deletable / permanent / unspecified
Defined in
Section titled “Defined in”• name: string
The unique name identifier of the app within the creator account
Defined in
Section titled “Defined in”updatable
Section titled “updatable”• Optional updatable: boolean
Whether or not the app is updatable / immutable / unspecified
Defined in
Section titled “Defined in”version
Section titled “version”• version: string
The version of app that is / will be deployed