AppMetadata
Defined in: src/app-deployer.ts:75
The metadata that can be collected about a deployed app
Extends
Section titled “Extends”Properties
Section titled “Properties”appAddress
Section titled “appAddress”appAddress:
Address
Defined in: src/app-deployer.ts:79
The Algorand address of the account associated with the app
appId:
bigint
Defined in: src/app-deployer.ts:77
The id of the app
createdMetadata
Section titled “createdMetadata”createdMetadata:
AppDeployMetadata
Defined in: src/app-deployer.ts:85
The metadata when the app was created
createdRound
Section titled “createdRound”createdRound:
bigint
Defined in: src/app-deployer.ts:81
The round the app was created
deletable?
Section titled “deletable?”
optionaldeletable:boolean
Defined in: src/app.ts:157
Whether or not the app is deletable / permanent / unspecified
Inherited from
Section titled “Inherited from”deleted
Section titled “deleted”deleted:
boolean
Defined in: src/app-deployer.ts:87
Whether or not the app is deleted
name:
string
Defined in: src/app.ts:153
The unique name identifier of the app within the creator account
Inherited from
Section titled “Inherited from”updatable?
Section titled “updatable?”
optionalupdatable:boolean
Defined in: src/app.ts:159
Whether or not the app is updatable / immutable / unspecified
Inherited from
Section titled “Inherited from”updatedRound
Section titled “updatedRound”updatedRound:
bigint
Defined in: src/app-deployer.ts:83
The last round that the app was updated
version
Section titled “version”version:
string
Defined in: src/app.ts:155
The version of app that is / will be deployed