Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types app.AppDeployMetadata

@algorandfoundation/algokit-utils / types/app / AppDeployMetadata

Interface: 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

AppMetadata

Table of contents

Properties

Properties

deletable

Optional deletable: boolean

Whether or not the app is deletable / permanent / unspecified

Defined in

src/types/app.ts:234


name

name: string

The unique name identifier of the app within the creator account

Defined in

src/types/app.ts:230


updatable

Optional updatable: boolean

Whether or not the app is updatable / immutable / unspecified

Defined in

src/types/app.ts:236


version

version: string

The version of app that is / will be deployed

Defined in

src/types/app.ts:232