$ApplicationParams
const$ApplicationParams:object
Type declaration
description
readonlydescription:"Stores the global information associated with an application."='Stores the global information associated with an application.'
properties
readonlyproperties:object
properties.approval-program
readonlyproperties.approval-program:object
properties.approval-program.description
readonlyproperties.approval-program.description:"approval program."='approval program.'
properties.approval-program.format
readonlyproperties.approval-program.format:"byte"='byte'
properties.approval-program.pattern
readonlyproperties.approval-program.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.approval-program.type
readonlyproperties.approval-program.type:"string"='string'
properties.approval-program.x-algorand-format
readonlyproperties.approval-program.x-algorand-format:"TEALProgram"='TEALProgram'
properties.clear-state-program
readonlyproperties.clear-state-program:object
properties.clear-state-program.description
readonlyproperties.clear-state-program.description:"clear state program."='clear state program.'
properties.clear-state-program.format
readonlyproperties.clear-state-program.format:"byte"='byte'
properties.clear-state-program.pattern
readonlyproperties.clear-state-program.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.clear-state-program.type
readonlyproperties.clear-state-program.type:"string"='string'
properties.clear-state-program.x-algorand-format
readonlyproperties.clear-state-program.x-algorand-format:"TEALProgram"='TEALProgram'
properties.creator
readonlyproperties.creator:object
properties.creator.description
readonlyproperties.creator.description:"The address that created this application. This is the address where the parameters and global state for this application can be found."='The address that created this application. This is the address where the parameters and global state for this application can be found.'
properties.creator.type
readonlyproperties.creator.type:"string"='string'
properties.creator.x-algorand-format
readonlyproperties.creator.x-algorand-format:"Address"='Address'
properties.extra-program-pages
readonlyproperties.extra-program-pages:object
properties.extra-program-pages.description
readonlyproperties.extra-program-pages.description:"the number of extra program pages available to this app."='the number of extra program pages available to this app.'
properties.extra-program-pages.type
readonlyproperties.extra-program-pages.type:"integer"='integer'
properties.global-state
readonlyproperties.global-state:object
properties.global-state.$ref
readonlyproperties.global-state.$ref:"#/components/schemas/TealKeyValueStore"='#/components/schemas/TealKeyValueStore'
properties.global-state-schema
readonlyproperties.global-state-schema:object
properties.global-state-schema.$ref
readonlyproperties.global-state-schema.$ref:"#/components/schemas/ApplicationStateSchema"='#/components/schemas/ApplicationStateSchema'
properties.local-state-schema
readonlyproperties.local-state-schema:object
properties.local-state-schema.$ref
readonlyproperties.local-state-schema.$ref:"#/components/schemas/ApplicationStateSchema"='#/components/schemas/ApplicationStateSchema'
required
readonlyrequired: readonly ["approval-program","clear-state-program"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:300