Skip to content

AppInformation

@algorandfoundation/algokit-utils / types/app-manager / AppInformation

types/app-manager.AppInformation

Information about an app.

Table of contents

Properties

Properties

appAddress

appAddress: Address

The escrow address that the app operates with.

Defined in

src/types/app-manager.ts:20


appId

appId: bigint

The ID of the app.

Defined in

src/types/app-manager.ts:18


approvalProgram

approvalProgram: Uint8Array

Approval program.

Defined in

src/types/app-manager.ts:24


clearStateProgram

clearStateProgram: Uint8Array

Clear state program.

Defined in

src/types/app-manager.ts:28


creator

creator: Address

The address that created this application. This is the address where the parameters and global state for this application can be found.

Defined in

src/types/app-manager.ts:33


extraProgramPages

Optional extraProgramPages: number

Any extra pages that are needed for the smart contract.

Defined in

src/types/app-manager.ts:47


globalByteSlices

globalByteSlices: number

The number of allocated byte slices in global state.

Defined in

src/types/app-manager.ts:45


globalInts

globalInts: number

The number of allocated ints in global state.

Defined in

src/types/app-manager.ts:43


globalState

globalState: AppState

Current global state values.

Defined in

src/types/app-manager.ts:37


localByteSlices

localByteSlices: number

The number of allocated byte slices in per-user local state.

Defined in

src/types/app-manager.ts:41


localInts

localInts: number

The number of allocated ints in per-user local state.

Defined in

src/types/app-manager.ts:39