Uses of Class
com.algorand.algosdk.v2.client.model.SimulationTransactionExecTrace
-
Packages that use SimulationTransactionExecTrace Package Description com.algorand.algosdk.v2.client.model -
-
Uses of SimulationTransactionExecTrace in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as SimulationTransactionExecTrace Modifier and Type Field Description SimulationTransactionExecTrace
SimulateTransactionResult. execTrace
The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.Fields in com.algorand.algosdk.v2.client.model with type parameters of type SimulationTransactionExecTrace Modifier and Type Field Description List<SimulationTransactionExecTrace>
SimulationTransactionExecTrace. innerTrace
An array of SimulationTransactionExecTrace representing the execution trace of any inner transactions executed.
-