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