Skip to content

AppMetadata

@algorandfoundation/algokit-utils / types/app-deployer / AppMetadata

types/app-deployer.AppMetadata

The metadata that can be collected about a deployed app

Hierarchy

Table of contents

Properties

Properties

appAddress

appAddress: Address

The Algorand address of the account associated with the app

Defined in

src/types/app-deployer.ts:78


appId

appId: bigint

The id of the app

Defined in

src/types/app-deployer.ts:76


createdMetadata

createdMetadata: AppDeployMetadata

The metadata when the app was created

Defined in

src/types/app-deployer.ts:84


createdRound

createdRound: bigint

The round the app was created

Defined in

src/types/app-deployer.ts:80


deletable

Optional deletable: boolean

Whether or not the app is deletable / permanent / unspecified

Inherited from

AppDeployMetadata.deletable

Defined in

src/types/app.ts:253


deleted

deleted: boolean

Whether or not the app is deleted

Defined in

src/types/app-deployer.ts:86


name

name: string

The unique name identifier of the app within the creator account

Inherited from

AppDeployMetadata.name

Defined in

src/types/app.ts:249


updatable

Optional updatable: boolean

Whether or not the app is updatable / immutable / unspecified

Inherited from

AppDeployMetadata.updatable

Defined in

src/types/app.ts:255


updatedRound

updatedRound: bigint

The last round that the app was updated

Defined in

src/types/app-deployer.ts:82


version

version: string

The version of app that is / will be deployed

Inherited from

AppDeployMetadata.version

Defined in

src/types/app.ts:251