types app.AppMetadata
@algorandfoundation/algokit-utils / types/app / AppMetadata
Interface: AppMetadata¶
types/app.AppMetadata
The metadata that can be collected about a deployed app
Hierarchy¶
↳ AppMetadata
Table of contents¶
Properties¶
Properties¶
appAddress¶
• appAddress: string
The Algorand address of the account associated with the app
Inherited from¶
Defined in¶
appId¶
• appId: number
| bigint
The id of the app
Inherited from¶
Defined in¶
createdMetadata¶
• createdMetadata: AppDeployMetadata
The metadata when the app was created
Defined in¶
createdRound¶
• createdRound: number
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: number
The last round that the app was updated
Defined in¶
version¶
• version: string
The version of app that is / will be deployed