Skip to content

AppMetadata

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

types/app.AppMetadata

The metadata that can be collected about a deployed app

Hierarchy

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


appId

appId: number | bigint

The id of the app

Inherited from

AppReference.appId

Defined in

src/types/app.ts:41


createdMetadata

createdMetadata: AppDeployMetadata

The metadata when the app was created

Defined in

src/types/app.ts:265


createdRound

createdRound: number

The round the app was created

Defined in

src/types/app.ts:261


deletable

Optional deletable: boolean

Whether or not the app is deletable / permanent / unspecified

Inherited from

AppDeployMetadata.deletable

Defined in

src/types/app.ts:253


deleted

deleted: boolean

Whether or not the app is deleted

Defined in

src/types/app.ts:267


name

name: string

The unique name identifier of the app within the creator account

Inherited from

AppDeployMetadata.name

Defined in

src/types/app.ts:249


updatable

Optional updatable: boolean

Whether or not the app is updatable / immutable / unspecified

Inherited from

AppDeployMetadata.updatable

Defined in

src/types/app.ts:255


updatedRound

updatedRound: number

The last round that the app was updated

Defined in

src/types/app.ts:263


version

version: string

The version of app that is / will be deployed

Inherited from

AppDeployMetadata.version

Defined in

src/types/app.ts:251