Uses of Class
com.algorand.algosdk.v2.client.model.DryrunRequest
-
Packages that use DryrunRequest Package Description com.algorand.algosdk.v2.client com.algorand.algosdk.v2.client.algod -
-
Uses of DryrunRequest in com.algorand.algosdk.v2.client
Methods in com.algorand.algosdk.v2.client that return DryrunRequest Modifier and Type Method Description static DryrunRequest
Utils. createDryrun(AlgodClient client, List<SignedTransaction> txns)
Construct a DryrunRequest object from a set of transactions.static DryrunRequest
Utils. createDryrun(AlgodClient client, List<SignedTransaction> txns, String protocol_version, Long latest_timestamp, Long round)
Construct a DryrunRequest object from a set of transactions. -
Uses of DryrunRequest in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod with parameters of type DryrunRequest Modifier and Type Method Description TealDryrun
TealDryrun. request(DryrunRequest request)
Transaction (or group) and any accompanying state-simulation data.
-