Skip to content

$ApplicationKVStorage

const $ApplicationKVStorage: object

Type declaration

description

readonly description: "An application's global/local/box state." = "An application's global/local/box state."

properties

readonly properties: object

properties.account

readonly properties.account: object

properties.account.description

readonly properties.account.description: "The address of the account associated with the local state." = 'The address of the account associated 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.kvs

readonly properties.kvs: object

properties.kvs.description

readonly properties.kvs.description: "Key-Value pairs representing application states." = 'Key-Value pairs representing application states.'

properties.kvs.items

readonly properties.kvs.items: object

properties.kvs.items.$ref

readonly properties.kvs.items.$ref: "#/components/schemas/AvmKeyValue" = '#/components/schemas/AvmKeyValue'

properties.kvs.type

readonly properties.kvs.type: "array" = 'array'

required

readonly required: readonly ["kvs"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:283