Uses of Class
com.algorand.algosdk.v2.client.model.ApplicationLocalState
-
Packages that use ApplicationLocalState Package Description com.algorand.algosdk.v2.client.model -
-
Uses of ApplicationLocalState in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as ApplicationLocalState Modifier and Type Field Description ApplicationLocalStateAccountApplicationResource. appLocalState(appl) the application local data stored in this account.ApplicationLocalStateAccountApplicationResponse. appLocalState(appl) the application local data stored in this account.Fields in com.algorand.algosdk.v2.client.model with type parameters of type ApplicationLocalState Modifier and Type Field Description List<ApplicationLocalState>Account. appsLocalStateapplication local data stored in this account.List<ApplicationLocalState>ApplicationLocalStatesResponse. appsLocalStates
-