$SimulationTransactionExecTrace
const$SimulationTransactionExecTrace:object
Type declaration
description
readonlydescription:"The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way."='The execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.'
properties
readonlyproperties:object
properties.approval-program-hash
readonlyproperties.approval-program-hash:object
properties.approval-program-hash.description
readonlyproperties.approval-program-hash.description:"SHA512_256 hash digest of the approval program executed in transaction."='SHA512_256 hash digest of the approval program executed in transaction.'
properties.approval-program-hash.format
readonlyproperties.approval-program-hash.format:"byte"='byte'
properties.approval-program-hash.pattern
readonlyproperties.approval-program-hash.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.approval-program-hash.type
readonlyproperties.approval-program-hash.type:"string"='string'
properties.approval-program-trace
readonlyproperties.approval-program-trace:object
properties.approval-program-trace.description
readonlyproperties.approval-program-trace.description:"Program trace that contains a trace of opcode effects in an approval program."='Program trace that contains a trace of opcode effects in an approval program.'
properties.approval-program-trace.items
readonlyproperties.approval-program-trace.items:object
properties.approval-program-trace.items.$ref
readonlyproperties.approval-program-trace.items.$ref:"#/components/schemas/SimulationOpcodeTraceUnit"='#/components/schemas/SimulationOpcodeTraceUnit'
properties.approval-program-trace.type
readonlyproperties.approval-program-trace.type:"array"='array'
properties.clear-state-program-hash
readonlyproperties.clear-state-program-hash:object
properties.clear-state-program-hash.description
readonlyproperties.clear-state-program-hash.description:"SHA512_256 hash digest of the clear state program executed in transaction."='SHA512_256 hash digest of the clear state program executed in transaction.'
properties.clear-state-program-hash.format
readonlyproperties.clear-state-program-hash.format:"byte"='byte'
properties.clear-state-program-hash.pattern
readonlyproperties.clear-state-program-hash.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.clear-state-program-hash.type
readonlyproperties.clear-state-program-hash.type:"string"='string'
properties.clear-state-program-trace
readonlyproperties.clear-state-program-trace:object
properties.clear-state-program-trace.description
readonlyproperties.clear-state-program-trace.description:"Program trace that contains a trace of opcode effects in a clear state program."='Program trace that contains a trace of opcode effects in a clear state program.'
properties.clear-state-program-trace.items
readonlyproperties.clear-state-program-trace.items:object
properties.clear-state-program-trace.items.$ref
readonlyproperties.clear-state-program-trace.items.$ref:"#/components/schemas/SimulationOpcodeTraceUnit"='#/components/schemas/SimulationOpcodeTraceUnit'
properties.clear-state-program-trace.type
readonlyproperties.clear-state-program-trace.type:"array"='array'
properties.clear-state-rollback
readonlyproperties.clear-state-rollback:object
properties.clear-state-rollback.description
readonlyproperties.clear-state-rollback.description:"If true, indicates that the clear state program failed and any persistent state changes it produced should be reverted once the program exits."='If true, indicates that the clear state program failed and any persistent state changes it produced should be reverted once the program exits.'
properties.clear-state-rollback.type
readonlyproperties.clear-state-rollback.type:"boolean"='boolean'
properties.clear-state-rollback-error
readonlyproperties.clear-state-rollback-error:object
properties.clear-state-rollback-error.description
readonlyproperties.clear-state-rollback-error.description:"The 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."='The 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.'
properties.clear-state-rollback-error.type
readonlyproperties.clear-state-rollback-error.type:"string"='string'
properties.inner-trace
readonlyproperties.inner-trace:object
properties.inner-trace.description
readonlyproperties.inner-trace.description:"An array of SimulationTransactionExecTrace representing the execution trace of any inner transactions executed."='An array of SimulationTransactionExecTrace representing the execution trace of any inner transactions executed.'
properties.inner-trace.items
readonlyproperties.inner-trace.items:object
properties.inner-trace.items.$ref
readonlyproperties.inner-trace.items.$ref:"#/components/schemas/SimulationTransactionExecTrace"='#/components/schemas/SimulationTransactionExecTrace'
properties.inner-trace.type
readonlyproperties.inner-trace.type:"array"='array'
properties.logic-sig-hash
readonlyproperties.logic-sig-hash:object
properties.logic-sig-hash.description
readonlyproperties.logic-sig-hash.description:"SHA512_256 hash digest of the logic sig executed in transaction."='SHA512_256 hash digest of the logic sig executed in transaction.'
properties.logic-sig-hash.format
readonlyproperties.logic-sig-hash.format:"byte"='byte'
properties.logic-sig-hash.pattern
readonlyproperties.logic-sig-hash.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.logic-sig-hash.type
readonlyproperties.logic-sig-hash.type:"string"='string'
properties.logic-sig-trace
readonlyproperties.logic-sig-trace:object
properties.logic-sig-trace.description
readonlyproperties.logic-sig-trace.description:"Program trace that contains a trace of opcode effects in a logic sig."='Program trace that contains a trace of opcode effects in a logic sig.'
properties.logic-sig-trace.items
readonlyproperties.logic-sig-trace.items:object
properties.logic-sig-trace.items.$ref
readonlyproperties.logic-sig-trace.items.$ref:"#/components/schemas/SimulationOpcodeTraceUnit"='#/components/schemas/SimulationOpcodeTraceUnit'
properties.logic-sig-trace.type
readonlyproperties.logic-sig-trace.type:"array"='array'
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1413