$SimulateTransactionResult
const
$SimulateTransactionResult:object
Type declaration
description
readonly
description:"Simulation result for an individual transaction"
='Simulation result for an individual transaction'
properties
readonly
properties:object
properties.app-budget-consumed
readonly
properties.app-budget-consumed:object
properties.app-budget-consumed.description
readonly
properties.app-budget-consumed.description:"Budget used during execution of an app call transaction. This value includes budged used by inner app calls spawned by this transaction."
='Budget used during execution of an app call transaction. This value includes budged used by inner app calls spawned by this transaction.'
properties.app-budget-consumed.type
readonly
properties.app-budget-consumed.type:"integer"
='integer'
properties.exec-trace
readonly
properties.exec-trace:object
properties.exec-trace.$ref
readonly
properties.exec-trace.$ref:"#/components/schemas/SimulationTransactionExecTrace"
='#/components/schemas/SimulationTransactionExecTrace'
properties.logic-sig-budget-consumed
readonly
properties.logic-sig-budget-consumed:object
properties.logic-sig-budget-consumed.description
readonly
properties.logic-sig-budget-consumed.description:"Budget used during execution of a logic sig transaction."
='Budget used during execution of a logic sig transaction.'
properties.logic-sig-budget-consumed.type
readonly
properties.logic-sig-budget-consumed.type:"integer"
='integer'
properties.txn-result
readonly
properties.txn-result:object
properties.txn-result.$ref
readonly
properties.txn-result.$ref:"#/components/schemas/PendingTransactionResponse"
='#/components/schemas/PendingTransactionResponse'
properties.unnamed-resources-accessed
readonly
properties.unnamed-resources-accessed:object
properties.unnamed-resources-accessed.$ref
readonly
properties.unnamed-resources-accessed.$ref:"#/components/schemas/SimulateUnnamedResourcesAccessed"
='#/components/schemas/SimulateUnnamedResourcesAccessed'
required
readonly
required: readonly ["txn-result"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:1261