$SimulateTransactionGroupResult
const$SimulateTransactionGroupResult:object
Type declaration
description
readonlydescription:"Simulation result for an atomic transaction group"='Simulation result for an atomic transaction group'
properties
readonlyproperties:object
properties.app-budget-added
readonlyproperties.app-budget-added:object
properties.app-budget-added.description
readonlyproperties.app-budget-added.description:"Total budget added during execution of app calls in the transaction group."='Total budget added during execution of app calls in the transaction group.'
properties.app-budget-added.type
readonlyproperties.app-budget-added.type:"integer"='integer'
properties.app-budget-consumed
readonlyproperties.app-budget-consumed:object
properties.app-budget-consumed.description
readonlyproperties.app-budget-consumed.description:"Total budget consumed during execution of app calls in the transaction group."='Total budget consumed during execution of app calls in the transaction group.'
properties.app-budget-consumed.type
readonlyproperties.app-budget-consumed.type:"integer"='integer'
properties.failed-at
readonlyproperties.failed-at:object
properties.failed-at.description
readonlyproperties.failed-at.description:"If present, indicates which transaction in this group caused the failure. This array represents the path to the failing transaction. Indexes are zero based, the first element indicates the top-level transaction, and successive elements indicate deeper inner transactions."='If present, indicates which transaction in this group caused the failure. This array represents the path to the failing transaction. Indexes are zero based, the first element indicates the top-level transaction, and successive elements indicate deeper inner transactions.'
properties.failed-at.items
readonlyproperties.failed-at.items:object
properties.failed-at.items.type
readonlyproperties.failed-at.items.type:"integer"='integer'
properties.failed-at.type
readonlyproperties.failed-at.type:"array"='array'
properties.failure-message
readonlyproperties.failure-message:object
properties.failure-message.description
readonlyproperties.failure-message.description:"If present, indicates that the transaction group failed and specifies why that happened"='If present, indicates that the transaction group failed and specifies why that happened'
properties.failure-message.type
readonlyproperties.failure-message.type:"string"='string'
properties.txn-results
readonlyproperties.txn-results:object
properties.txn-results.description
readonlyproperties.txn-results.description:"Simulation result for individual transactions"='Simulation result for individual transactions'
properties.txn-results.items
readonlyproperties.txn-results.items:object
properties.txn-results.items.$ref
readonlyproperties.txn-results.items.$ref:"#/components/schemas/SimulateTransactionResult"='#/components/schemas/SimulateTransactionResult'
properties.txn-results.type
readonlyproperties.txn-results.type:"array"='array'
properties.unnamed-resources-accessed
readonlyproperties.unnamed-resources-accessed:object
properties.unnamed-resources-accessed.$ref
readonlyproperties.unnamed-resources-accessed.$ref:"#/components/schemas/SimulateUnnamedResourcesAccessed"='#/components/schemas/SimulateUnnamedResourcesAccessed'
required
readonlyrequired: readonly ["txn-results"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1224