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 StringUtils. appTrace(DryrunTxnResult dtr)static StringUtils. appTrace(DryrunTxnResult dtr, Utils.StackPrinterConfig spc)static StringUtils. lsigTrace(DryrunTxnResult dtr)static StringUtils. 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
-