Skip to content

AppMetadata

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

types/app-deployer.AppMetadata

The metadata that can be collected about a deployed app

appAddress: Address

The Algorand address of the account associated with the app

src/types/app-deployer.ts:78


appId: bigint

The id of the app

src/types/app-deployer.ts:76


createdMetadata: AppDeployMetadata

The metadata when the app was created

src/types/app-deployer.ts:84


createdRound: bigint

The round the app was created

src/types/app-deployer.ts:80


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-deployer.ts:86


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

The last round that the app was updated

src/types/app-deployer.ts:82


version: string

The version of app that is / will be deployed

AppDeployMetadata.version

src/types/app.ts:251