Skip to content

SimulateTransactionGroupResult

SimulateTransactionGroupResult: object

Simulation result for an atomic transaction group

Type declaration

app-budget-added?

optional app-budget-added: number

Total budget added during execution of app calls in the transaction group.

app-budget-consumed?

optional app-budget-consumed: number

Total budget consumed during execution of app calls in the transaction group.

failed-at?

optional failed-at: number[]

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.

failure-message?

optional failure-message: string

If present, indicates that the transaction group failed and specifies why that happened

txn-results

txn-results: SimulateTransactionResult[]

Simulation result for individual transactions

unnamed-resources-accessed?

optional unnamed-resources-accessed: SimulateUnnamedResourcesAccessed

Defined in

types.gen.ts:887