AppInformation
@algorandfoundation/algokit-utils / types/app-manager / AppInformation
types/app-manager.AppInformation
Information about an app.
Table of contents
Properties
- appAddress
- appId
- approvalProgram
- clearStateProgram
- creator
- extraProgramPages
- globalByteSlices
- globalInts
- globalState
- localByteSlices
- localInts
Properties
appAddress
• appAddress: Address
The escrow address that the app operates with.
Defined in
appId
• appId: bigint
The ID of the app.
Defined in
approvalProgram
• approvalProgram: Uint8Array
Approval program.
Defined in
clearStateProgram
• clearStateProgram: Uint8Array
Clear state program.
Defined in
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
extraProgramPages
• Optional
extraProgramPages: number
Any extra pages that are needed for the smart contract.
Defined in
globalByteSlices
• globalByteSlices: number
The number of allocated byte slices in global state.
Defined in
globalInts
• globalInts: number
The number of allocated ints in global state.
Defined in
globalState
• globalState: AppState
Current global state values.
Defined in
localByteSlices
• localByteSlices: number
The number of allocated byte slices in per-user local state.
Defined in
localInts
• localInts: number
The number of allocated ints in per-user local state.