Skip to content

SimulateTransactionGroupResult

SimulateTransactionGroupResult = object

Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:11

Simulation result for an atomic transaction group

optional appBudgetAdded: number

Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:30

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


optional appBudgetConsumed: number

Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:35

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


optional failedAt: number[]

Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:25

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.


optional failureMessage: string

Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:20

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


txnResults: SimulateTransactionResult[]

Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:15

Simulation result for individual transactions


optional unnamedResourcesAccessed: SimulateUnnamedResourcesAccessed

Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:36