Uses of Class
com.algorand.algosdk.v2.client.model.Application
-
Packages that use Application Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.model -
-
Uses of Application in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type Application Modifier and Type Method Description Response<Application>
GetApplicationByID. execute()
Execute the query.Response<Application>
GetApplicationByID. execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated. -
Uses of Application in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as Application Modifier and Type Field Description Application
ApplicationResponse. application
Application index and its parametersFields in com.algorand.algosdk.v2.client.model with type parameters of type Application Modifier and Type Field Description List<Application>
ApplicationsResponse. applications
List<Application>
DryrunRequest. apps
List<Application>
Account. createdApps
parameters of applications created by this account including app global data.
-