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