Uses of Class
com.algorand.algosdk.v2.client.model.DryrunTxnResult
-
Packages that use DryrunTxnResult Package Description com.algorand.algosdk.v2.client com.algorand.algosdk.v2.client.model -
-
Uses of DryrunTxnResult in com.algorand.algosdk.v2.client
Methods in com.algorand.algosdk.v2.client with parameters of type DryrunTxnResult Modifier and Type Method Description static String
Utils. appTrace(DryrunTxnResult dtr)
static String
Utils. appTrace(DryrunTxnResult dtr, Utils.StackPrinterConfig spc)
static String
Utils. lsigTrace(DryrunTxnResult dtr)
static String
Utils. lsigTrace(DryrunTxnResult dtr, Utils.StackPrinterConfig spc)
-
Uses of DryrunTxnResult in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model with type parameters of type DryrunTxnResult Modifier and Type Field Description List<DryrunTxnResult>
DryrunResponse. txns
-