$DryrunTxnResult
const$DryrunTxnResult:object
Type declaration
description
readonlydescription:"DryrunTxnResult contains any LogicSig or ApplicationCall program debug information and state updates from a dryrun."='DryrunTxnResult contains any LogicSig or ApplicationCall program debug information and state updates from a dryrun.'
properties
readonlyproperties:object
properties.app-call-messages
readonlyproperties.app-call-messages:object
properties.app-call-messages.items
readonlyproperties.app-call-messages.items:object
properties.app-call-messages.items.type
readonlyproperties.app-call-messages.items.type:"string"='string'
properties.app-call-messages.type
readonlyproperties.app-call-messages.type:"array"='array'
properties.app-call-trace
readonlyproperties.app-call-trace:object
properties.app-call-trace.items
readonlyproperties.app-call-trace.items:object
properties.app-call-trace.items.$ref
readonlyproperties.app-call-trace.items.$ref:"#/components/schemas/DryrunState"='#/components/schemas/DryrunState'
properties.app-call-trace.type
readonlyproperties.app-call-trace.type:"array"='array'
properties.budget-added
readonlyproperties.budget-added:object
properties.budget-added.description
readonlyproperties.budget-added.description:"Budget added during execution of app call transaction."='Budget added during execution of app call transaction.'
properties.budget-added.type
readonlyproperties.budget-added.type:"integer"='integer'
properties.budget-consumed
readonlyproperties.budget-consumed:object
properties.budget-consumed.description
readonlyproperties.budget-consumed.description:"Budget consumed during execution of app call transaction."='Budget consumed during execution of app call transaction.'
properties.budget-consumed.type
readonlyproperties.budget-consumed.type:"integer"='integer'
properties.disassembly
readonlyproperties.disassembly:object
properties.disassembly.description
readonlyproperties.disassembly.description:"Disassembled program line by line."='Disassembled program line by line.'
properties.disassembly.items
readonlyproperties.disassembly.items:object
properties.disassembly.items.type
readonlyproperties.disassembly.items.type:"string"='string'
properties.disassembly.type
readonlyproperties.disassembly.type:"array"='array'
properties.global-delta
readonlyproperties.global-delta:object
properties.global-delta.$ref
readonlyproperties.global-delta.$ref:"#/components/schemas/StateDelta"='#/components/schemas/StateDelta'
properties.local-deltas
readonlyproperties.local-deltas:object
properties.local-deltas.items
readonlyproperties.local-deltas.items:object
properties.local-deltas.items.$ref
readonlyproperties.local-deltas.items.$ref:"#/components/schemas/AccountStateDelta"='#/components/schemas/AccountStateDelta'
properties.local-deltas.type
readonlyproperties.local-deltas.type:"array"='array'
properties.logic-sig-disassembly
readonlyproperties.logic-sig-disassembly:object
properties.logic-sig-disassembly.description
readonlyproperties.logic-sig-disassembly.description:"Disassembled lsig program line by line."='Disassembled lsig program line by line.'
properties.logic-sig-disassembly.items
readonlyproperties.logic-sig-disassembly.items:object
properties.logic-sig-disassembly.items.type
readonlyproperties.logic-sig-disassembly.items.type:"string"='string'
properties.logic-sig-disassembly.type
readonlyproperties.logic-sig-disassembly.type:"array"='array'
properties.logic-sig-messages
readonlyproperties.logic-sig-messages:object
properties.logic-sig-messages.items
readonlyproperties.logic-sig-messages.items:object
properties.logic-sig-messages.items.type
readonlyproperties.logic-sig-messages.items.type:"string"='string'
properties.logic-sig-messages.type
readonlyproperties.logic-sig-messages.type:"array"='array'
properties.logic-sig-trace
readonlyproperties.logic-sig-trace:object
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/DryrunState"='#/components/schemas/DryrunState'
properties.logic-sig-trace.type
readonlyproperties.logic-sig-trace.type:"array"='array'
properties.logs
readonlyproperties.logs:object
properties.logs.items
readonlyproperties.logs.items:object
properties.logs.items.format
readonlyproperties.logs.items.format:"byte"='byte'
properties.logs.items.pattern
readonlyproperties.logs.items.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.logs.items.type
readonlyproperties.logs.items.type:"string"='string'
properties.logs.type
readonlyproperties.logs.type:"array"='array'
required
readonlyrequired: readonly ["disassembly"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:812