Class ApplicationStateOperation

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

Implements

Constructors

Properties

account?: Address

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

appStateType: string

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

key: Uint8Array

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

newValue?: AvmValue

Represents an AVM value.

operation: string

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

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc