Skip to content

$Application

const $Application: object

Type declaration

description

readonly description: "Application index and its parameters" = 'Application index and its parameters'

properties

readonly properties: object

properties.created-at-round

readonly properties.created-at-round: object

properties.created-at-round.description

readonly properties.created-at-round.description: "Round when this application was created." = 'Round when this application was created.'

properties.created-at-round.type

readonly properties.created-at-round.type: "integer" = 'integer'

properties.created-at-round.x-algorand-format

readonly properties.created-at-round.x-algorand-format: "uint64" = 'uint64'

properties.deleted

readonly properties.deleted: object

properties.deleted.description

readonly properties.deleted.description: "Whether or not this application is currently deleted." = 'Whether or not this application is currently deleted.'

properties.deleted.type

readonly properties.deleted.type: "boolean" = 'boolean'

properties.deleted-at-round

readonly properties.deleted-at-round: object

properties.deleted-at-round.description

readonly properties.deleted-at-round.description: "Round when this application was deleted." = 'Round when this application was deleted.'

properties.deleted-at-round.type

readonly properties.deleted-at-round.type: "integer" = 'integer'

properties.deleted-at-round.x-algorand-format

readonly properties.deleted-at-round.x-algorand-format: "uint64" = 'uint64'

properties.id

readonly properties.id: object

properties.id.description

readonly properties.id.description: "application index." = 'application index.'

properties.id.type

readonly properties.id.type: "integer" = 'integer'

properties.params

readonly properties.params: object

properties.params.$ref

readonly properties.params.$ref: "#/components/schemas/ApplicationParams" = '#/components/schemas/ApplicationParams'

required

readonly required: readonly ["id", "params"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:218