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