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.

Hierarchy

Table of contents

Properties

Properties

deletable

Optional deletable: boolean

Whether or not the app is deletable / permanent / unspecified

Defined in

src/types/app.ts:253


name

name: string

The unique name identifier of the app within the creator account

Defined in

src/types/app.ts:249


updatable

Optional updatable: boolean

Whether or not the app is updatable / immutable / unspecified

Defined in

src/types/app.ts:255


version

version: string

The version of app that is / will be deployed

Defined in

src/types/app.ts:251