$ApplicationKVStorage
const$ApplicationKVStorage:object
Type declaration
description
readonlydescription:"An application's global/local/box state."="An application's global/local/box state."
properties
readonlyproperties:object
properties.account
readonlyproperties.account:object
properties.account.description
readonlyproperties.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
readonlyproperties.account.type:"string"='string'
properties.account.x-algorand-format
readonlyproperties.account.x-algorand-format:"Address"='Address'
properties.kvs
readonlyproperties.kvs:object
properties.kvs.description
readonlyproperties.kvs.description:"Key-Value pairs representing application states."='Key-Value pairs representing application states.'
properties.kvs.items
readonlyproperties.kvs.items:object
properties.kvs.items.$ref
readonlyproperties.kvs.items.$ref:"#/components/schemas/AvmKeyValue"='#/components/schemas/AvmKeyValue'
properties.kvs.type
readonlyproperties.kvs.type:"array"='array'
required
readonlyrequired: readonly ["kvs"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:283