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. deltaApplication state delta.List<EvalDeltaKeyValue>DryrunTxnResult. globalDeltaApplication state delta.List<EvalDeltaKeyValue>PendingTransactionResponse. globalStateDeltaGlobal 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.
-