Skip to content

AppMetadata

Defined in: src/app-deployer.ts:75

The metadata that can be collected about a deployed app

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

Defined in: src/app-deployer.ts:85

The metadata when the app was created


createdRound: bigint

Defined in: src/app-deployer.ts:81

The round the app was created


optional deletable: boolean

Defined in: src/app.ts:157

Whether or not the app is deletable / permanent / unspecified

AppDeployMetadata.deletable


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

AppDeployMetadata.name


optional updatable: boolean

Defined in: src/app.ts:159

Whether or not the app is updatable / immutable / unspecified

AppDeployMetadata.updatable


updatedRound: bigint

Defined in: src/app-deployer.ts:83

The last round that the app was updated


version: string

Defined in: src/app.ts:155

The version of app that is / will be deployed

AppDeployMetadata.version