ApplicationKvStorage
ApplicationKvStorage =
object
Defined in: packages/algod_client/src/models/application-kv-storage.ts:9
An application’s global/local/box state.
Properties
Section titled “Properties”account?
Section titled “account?”
optionalaccount:Address
Defined in: packages/algod_client/src/models/application-kv-storage.ts:18
The address of the account associated with the local state.
kvs:
AvmKeyValue[]
Defined in: packages/algod_client/src/models/application-kv-storage.ts:13
Key-Value pairs representing application states.