ApplicationParams
ApplicationParams:
object
Stores the global information associated with an application.
Type declaration
approval-program
approval-program:
string
approval program.
clear-state-program
clear-state-program:
string
clear state program.
creator?
optionalcreator: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?
optionalextra-program-pages:number
the number of extra program pages available to this app.
global-state?
optionalglobal-state:TealKeyValueStore
global-state-schema?
optionalglobal-state-schema:ApplicationStateSchema
local-state-schema?
optionallocal-state-schema:ApplicationStateSchema
Defined in
types.gen.ts:255