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.AppMetadata

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

Interface: AppMetadata

types/app.AppMetadata

The metadata that can be collected about a deployed app

Hierarchy

AppMetadata

Table of contents

Properties

Properties

appAddress

appAddress: string

The Algorand address of the account associated with the app

Inherited from

AppReference.appAddress

Defined in

src/types/app.ts:41


appId

appId: number | bigint

The id of the app

Inherited from

AppReference.appId

Defined in

src/types/app.ts:39


createdMetadata

createdMetadata: AppDeployMetadata

The metadata when the app was created

Defined in

src/types/app.ts:246


createdRound

createdRound: number

The round the app was created

Defined in

src/types/app.ts:242


deletable

Optional deletable: boolean

Whether or not the app is deletable / permanent / unspecified

Inherited from

AppDeployMetadata.deletable

Defined in

src/types/app.ts:234


deleted

deleted: boolean

Whether or not the app is deleted

Defined in

src/types/app.ts:248


name

name: string

The unique name identifier of the app within the creator account

Inherited from

AppDeployMetadata.name

Defined in

src/types/app.ts:230


updatable

Optional updatable: boolean

Whether or not the app is updatable / immutable / unspecified

Inherited from

AppDeployMetadata.updatable

Defined in

src/types/app.ts:236


updatedRound

updatedRound: number

The last round that the app was updated

Defined in

src/types/app.ts:244


version

version: string

The version of app that is / will be deployed

Inherited from

AppDeployMetadata.version

Defined in

src/types/app.ts:232