Skip to content

ApplicationStateOperation

ApplicationStateOperation: object

An operation against an application’s global/local/box state.

Type declaration

account?

optional account: string

For local state changes, the address of the account associated with the local state.

app-state-type

app-state-type: string

Type of application state. Value g is global state, l is local state, b is boxes.

key

key: string

The key (name) of the global/local/box state.

new-value?

optional new-value: AvmValue

operation

operation: string

Operation type. Value w is write, d is delete.

Defined in

types.gen.ts:298