ApplicationParams
ApplicationParams:
object
Stores the global information associated with an application.
Type declaration
approval-program
approval-program:
string
[approv] approval program.
clear-state-program
clear-state-program:
string
[clearp] approval program.
creator
creator:
string
The address that created this application. This is the address where the parameters and global state for this application can be found.
extra-program-pages?
optional
extra-program-pages:number
[epp] the amount of extra program pages available to this app.
global-state?
optional
global-state:TealKeyValueStore
global-state-schema?
optional
global-state-schema:ApplicationStateSchema
local-state-schema?
optional
local-state-schema:ApplicationStateSchema
Defined in
types.gen.ts:273