Uses of Class
com.algorand.algosdk.v2.client.model.EvalDeltaKeyValue
-
Packages that use EvalDeltaKeyValue Package Description com.algorand.algosdk.v2.client.model -
-
Uses of EvalDeltaKeyValue in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model with type parameters of type EvalDeltaKeyValue Modifier and Type Field Description List<EvalDeltaKeyValue>
AccountStateDelta. delta
Application state delta.List<EvalDeltaKeyValue>
DryrunTxnResult. globalDelta
Application state delta.List<EvalDeltaKeyValue>
PendingTransactionResponse. globalStateDelta
Global state key/value changes for the application being executed by this transaction.List<EvalDeltaKeyValue>
Transaction. globalStateDelta
(gd) Global state key/value changes for the application being executed by this transaction.
-