Skip to content

AppMetadata

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

types/app.AppMetadata

The metadata that can be collected about a deployed app

appAddress: string

The Algorand address of the account associated with the app

AppReference.appAddress

src/types/app.ts:43


appId: number | bigint

The id of the app

AppReference.appId

src/types/app.ts:41


createdMetadata: AppDeployMetadata

The metadata when the app was created

src/types/app.ts:265


createdRound: number

The round the app was created

src/types/app.ts:261


Optional deletable: boolean

Whether or not the app is deletable / permanent / unspecified

AppDeployMetadata.deletable

src/types/app.ts:253


deleted: boolean

Whether or not the app is deleted

src/types/app.ts:267


name: string

The unique name identifier of the app within the creator account

AppDeployMetadata.name

src/types/app.ts:249


Optional updatable: boolean

Whether or not the app is updatable / immutable / unspecified

AppDeployMetadata.updatable

src/types/app.ts:255


updatedRound: number

The last round that the app was updated

src/types/app.ts:263


version: string

The version of app that is / will be deployed

AppDeployMetadata.version

src/types/app.ts:251