Skip to content

Application

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / Application

Type Alias: Application

Application: object

Defined in: packages/algo-ts/src/reference.ts:222

An Application on the Algorand network.

Type declaration

address

readonly address: Account

Address for which this application has authority

approvalProgram

readonly approvalProgram: bytes

Bytecode of Approval Program

clearStateProgram

readonly clearStateProgram: bytes

Bytecode of Clear State Program

creator

readonly creator: Account

Creator address

extraProgramPages

readonly extraProgramPages: uint64

Number of Extra Program Pages of code space

globalNumBytes

readonly globalNumBytes: uint64

Number of byte array values allowed in Global State

globalNumUint

readonly globalNumUint: uint64

Number of uint64 values allowed in Global State

id

readonly id: uint64

The id of this application on the current network

localNumBytes

readonly localNumBytes: uint64

Number of byte array values allowed in Local State

localNumUint

readonly localNumUint: uint64

Number of uint64 values allowed in Local State