Skip to content

$DryrunTxnResult

const $DryrunTxnResult: object

Type declaration

description

readonly description: "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

readonly properties: object

properties.app-call-messages

readonly properties.app-call-messages: object

properties.app-call-messages.items

readonly properties.app-call-messages.items: object

properties.app-call-messages.items.type

readonly properties.app-call-messages.items.type: "string" = 'string'

properties.app-call-messages.type

readonly properties.app-call-messages.type: "array" = 'array'

properties.app-call-trace

readonly properties.app-call-trace: object

properties.app-call-trace.items

readonly properties.app-call-trace.items: object

properties.app-call-trace.items.$ref

readonly properties.app-call-trace.items.$ref: "#/components/schemas/DryrunState" = '#/components/schemas/DryrunState'

properties.app-call-trace.type

readonly properties.app-call-trace.type: "array" = 'array'

properties.budget-added

readonly properties.budget-added: object

properties.budget-added.description

readonly properties.budget-added.description: "Budget added during execution of app call transaction." = 'Budget added during execution of app call transaction.'

properties.budget-added.type

readonly properties.budget-added.type: "integer" = 'integer'

properties.budget-consumed

readonly properties.budget-consumed: object

properties.budget-consumed.description

readonly properties.budget-consumed.description: "Budget consumed during execution of app call transaction." = 'Budget consumed during execution of app call transaction.'

properties.budget-consumed.type

readonly properties.budget-consumed.type: "integer" = 'integer'

properties.disassembly

readonly properties.disassembly: object

properties.disassembly.description

readonly properties.disassembly.description: "Disassembled program line by line." = 'Disassembled program line by line.'

properties.disassembly.items

readonly properties.disassembly.items: object

properties.disassembly.items.type

readonly properties.disassembly.items.type: "string" = 'string'

properties.disassembly.type

readonly properties.disassembly.type: "array" = 'array'

properties.global-delta

readonly properties.global-delta: object

properties.global-delta.$ref

readonly properties.global-delta.$ref: "#/components/schemas/StateDelta" = '#/components/schemas/StateDelta'

properties.local-deltas

readonly properties.local-deltas: object

properties.local-deltas.items

readonly properties.local-deltas.items: object

properties.local-deltas.items.$ref

readonly properties.local-deltas.items.$ref: "#/components/schemas/AccountStateDelta" = '#/components/schemas/AccountStateDelta'

properties.local-deltas.type

readonly properties.local-deltas.type: "array" = 'array'

properties.logic-sig-disassembly

readonly properties.logic-sig-disassembly: object

properties.logic-sig-disassembly.description

readonly properties.logic-sig-disassembly.description: "Disassembled lsig program line by line." = 'Disassembled lsig program line by line.'

properties.logic-sig-disassembly.items

readonly properties.logic-sig-disassembly.items: object

properties.logic-sig-disassembly.items.type

readonly properties.logic-sig-disassembly.items.type: "string" = 'string'

properties.logic-sig-disassembly.type

readonly properties.logic-sig-disassembly.type: "array" = 'array'

properties.logic-sig-messages

readonly properties.logic-sig-messages: object

properties.logic-sig-messages.items

readonly properties.logic-sig-messages.items: object

properties.logic-sig-messages.items.type

readonly properties.logic-sig-messages.items.type: "string" = 'string'

properties.logic-sig-messages.type

readonly properties.logic-sig-messages.type: "array" = 'array'

properties.logic-sig-trace

readonly properties.logic-sig-trace: object

properties.logic-sig-trace.items

readonly properties.logic-sig-trace.items: object

properties.logic-sig-trace.items.$ref

readonly properties.logic-sig-trace.items.$ref: "#/components/schemas/DryrunState" = '#/components/schemas/DryrunState'

properties.logic-sig-trace.type

readonly properties.logic-sig-trace.type: "array" = 'array'

properties.logs

readonly properties.logs: object

properties.logs.items

readonly properties.logs.items: object

properties.logs.items.format

readonly properties.logs.items.format: "byte" = 'byte'

properties.logs.items.pattern

readonly properties.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

readonly properties.logs.items.type: "string" = 'string'

properties.logs.type

readonly properties.logs.type: "array" = 'array'

required

readonly required: readonly ["disassembly"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:812