Application
Algorand TypeScript / index / Application
Application =
object
Defined in: reference.ts:227
Creates a new Application object represent the application id 0 (an invalid ID)
Properties
Section titled “Properties”address
Section titled “address”
readonlyaddress:Account
Defined in: reference.ts:288
Address for which this application has authority
approvalProgram
Section titled “approvalProgram”
readonlyapprovalProgram:bytes
Defined in: reference.ts:248
Bytecode of Approval Program
clearStateProgram
Section titled “clearStateProgram”
readonlyclearStateProgram:bytes
Defined in: reference.ts:253
Bytecode of Clear State Program
creator
Section titled “creator”
readonlycreator:Account
Defined in: reference.ts:283
Creator address
extraProgramPages
Section titled “extraProgramPages”
readonlyextraProgramPages:uint64
Defined in: reference.ts:278
Number of Extra Program Pages of code space
globalNumBytes
Section titled “globalNumBytes”
readonlyglobalNumBytes:uint64
Defined in: reference.ts:263
Number of byte array values allowed in Global State
globalNumUint
Section titled “globalNumUint”
readonlyglobalNumUint:uint64
Defined in: reference.ts:258
Number of uint64 values allowed in Global State
readonlyid:uint64
Defined in: reference.ts:244
The id of this application on the current network
localNumBytes
Section titled “localNumBytes”
readonlylocalNumBytes:uint64
Defined in: reference.ts:273
Number of byte array values allowed in Local State
localNumUint
Section titled “localNumUint”
readonlylocalNumUint:uint64
Defined in: reference.ts:268
Number of uint64 values allowed in Local State
version
Section titled “version”
readonlyversion:uint64
Defined in: reference.ts:293
Version of the app, incremented each time the approval or clear program changes