Class ApplicationParams

Stores the global information associated with an application.

Implements

Constructors

Properties

approvalProgram: Uint8Array

(approv) approval program.

clearStateProgram: Uint8Array

(clearp) approval program.

creator: Address

The address that created this application. This is the address where the parameters and global state for this application can be found.

extraProgramPages?: number

(epp) the amount of extra program pages available to this app.

globalState?: modelsv2.TealKeyValue[]

(gs) global state

globalStateSchema?: modelsv2.ApplicationStateSchema

(gsch) global schema

localStateSchema?: modelsv2.ApplicationStateSchema

(lsch) local schema

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc