SimulateTransactionGroupResult
SimulateTransactionGroupResult =
object
Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:11
Simulation result for an atomic transaction group
Properties
Section titled “Properties”appBudgetAdded?
Section titled “appBudgetAdded?”
optionalappBudgetAdded: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.
appBudgetConsumed?
Section titled “appBudgetConsumed?”
optionalappBudgetConsumed: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.
failedAt?
Section titled “failedAt?”
optionalfailedAt: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.
failureMessage?
Section titled “failureMessage?”
optionalfailureMessage: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
Section titled “txnResults”txnResults:
SimulateTransactionResult[]
Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:15
Simulation result for individual transactions
unnamedResourcesAccessed?
Section titled “unnamedResourcesAccessed?”
optionalunnamedResourcesAccessed:SimulateUnnamedResourcesAccessed
Defined in: packages/algod_client/src/models/simulate-transaction-group-result.ts:36