Uses of Class
com.algorand.algosdk.v2.client.model.DryrunResponse
-
Packages that use DryrunResponse Package Description com.algorand.algosdk.v2.client.algod -
-
Uses of DryrunResponse in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type DryrunResponse Modifier and Type Method Description Response<DryrunResponse>
TealDryrun. execute()
Execute the query.Response<DryrunResponse>
TealDryrun. 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.
-