$SimulateTransactionGroupResult
const
$SimulateTransactionGroupResult:object
Type declaration
description
readonly
description:"Simulation result for an atomic transaction group"
='Simulation result for an atomic transaction group'
properties
readonly
properties:object
properties.app-budget-added
readonly
properties.app-budget-added:object
properties.app-budget-added.description
readonly
properties.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
readonly
properties.app-budget-added.type:"integer"
='integer'
properties.app-budget-consumed
readonly
properties.app-budget-consumed:object
properties.app-budget-consumed.description
readonly
properties.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
readonly
properties.app-budget-consumed.type:"integer"
='integer'
properties.failed-at
readonly
properties.failed-at:object
properties.failed-at.description
readonly
properties.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
readonly
properties.failed-at.items:object
properties.failed-at.items.type
readonly
properties.failed-at.items.type:"integer"
='integer'
properties.failed-at.type
readonly
properties.failed-at.type:"array"
='array'
properties.failure-message
readonly
properties.failure-message:object
properties.failure-message.description
readonly
properties.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
readonly
properties.failure-message.type:"string"
='string'
properties.txn-results
readonly
properties.txn-results:object
properties.txn-results.description
readonly
properties.txn-results.description:"Simulation result for individual transactions"
='Simulation result for individual transactions'
properties.txn-results.items
readonly
properties.txn-results.items:object
properties.txn-results.items.$ref
readonly
properties.txn-results.items.$ref:"#/components/schemas/SimulateTransactionResult"
='#/components/schemas/SimulateTransactionResult'
properties.txn-results.type
readonly
properties.txn-results.type:"array"
='array'
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-results"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:1224