Skip to content

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?

optional 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

the number 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:255