AppMetadata
@algorandfoundation/algokit-utils / types/app-deployer / AppMetadata
types/app-deployer.AppMetadata
The metadata that can be collected about a deployed app
Hierarchy
Section titled “Hierarchy”-
↳
AppMetadata
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”appAddress
Section titled “appAddress”• appAddress: Address
The Algorand address of the account associated with the app
Defined in
Section titled “Defined in”• appId: bigint
The id of the app
Defined in
Section titled “Defined in”createdMetadata
Section titled “createdMetadata”• createdMetadata: AppDeployMetadata
The metadata when the app was created
Defined in
Section titled “Defined in”createdRound
Section titled “createdRound”• createdRound: bigint
The round the app was created
Defined in
Section titled “Defined in”deletable
Section titled “deletable”• Optional deletable: boolean
Whether or not the app is deletable / permanent / unspecified
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”deleted
Section titled “deleted”• deleted: boolean
Whether or not the app is deleted
Defined in
Section titled “Defined in”• name: string
The unique name identifier of the app within the creator account
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”updatable
Section titled “updatable”• Optional updatable: boolean
Whether or not the app is updatable / immutable / unspecified
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”updatedRound
Section titled “updatedRound”• updatedRound: bigint
The last round that the app was updated
Defined in
Section titled “Defined in”version
Section titled “version”• version: string
The version of app that is / will be deployed