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