Skip to content

$ApplicationLocalReference

const $ApplicationLocalReference: object

Type declaration

description

readonly description: "References an account's local state for an application." = "References an account's local state for an application."

properties

readonly properties: object

properties.account

readonly properties.account: object

properties.account.description

readonly properties.account.description: "Address of the account with the local state." = 'Address of the account with the local state.'

properties.account.type

readonly properties.account.type: "string" = 'string'

properties.account.x-algorand-format

readonly properties.account.x-algorand-format: "Address" = 'Address'

properties.app

readonly properties.app: object

properties.app.description

readonly properties.app.description: "Application ID of the local state application." = 'Application ID of the local state application.'

properties.app.type

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

properties.app.x-algorand-format

readonly properties.app.x-algorand-format: "uint64" = 'uint64'

required

readonly required: readonly ["account", "app"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:303