Creates a new SimulationTransactionExecTrace
object.
Optional
approvalOptional
approvalOptional
clearOptional
clearOptional
clearOptional
clearOptional
innerOptional
logicOptional
logicOptional
approvalSHA512_256 hash digest of the approval program executed in transaction.
Optional
approvalProgram trace that contains a trace of opcode effects in an approval program.
Optional
clearSHA512_256 hash digest of the clear state program executed in transaction.
Optional
clearProgram trace that contains a trace of opcode effects in a clear state program.
Optional
clearIf true, indicates that the clear state program failed and any persistent state changes it produced should be reverted once the program exits.
Optional
clearThe error message explaining why the clear state program failed. This field will only be populated if clear-state-rollback is true and the failure was due to an execution error.
Optional
innerAn array of SimulationTransactionExecTrace representing the execution trace of any inner transactions executed.
Optional
logicSHA512_256 hash digest of the logic sig executed in transaction.
Optional
logicProgram trace that contains a trace of opcode effects in a logic sig.
Static
Private
encodingStatic
encodingStatic
fromGenerated using TypeDoc
The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.