ApplicationStateOperation
ApplicationStateOperation =
object
Defined in: packages/algod_client/src/models/application-state-operation.ts:9
An operation against 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-state-operation.ts:29
For local state changes, the address of the account associated with the local state.
appStateType
Section titled “appStateType”appStateType:
string
Defined in: packages/algod_client/src/models/application-state-operation.ts:18
Type of application state. Value g is global state, l is local state, b is boxes.
key:
Uint8Array
Defined in: packages/algod_client/src/models/application-state-operation.ts:23
The key (name) of the global/local/box state.
newValue?
Section titled “newValue?”
optionalnewValue:AvmValue
Defined in: packages/algod_client/src/models/application-state-operation.ts:24
operation
Section titled “operation”operation:
string
Defined in: packages/algod_client/src/models/application-state-operation.ts:13
Operation type. Value w is write, d is delete.