SimulateResponse
SimulateResponse =
object
Defined in: packages/algod_client/src/models/simulate-response.ts:13
Properties
Section titled “Properties”evalOverrides?
Section titled “evalOverrides?”
optionalevalOverrides:SimulationEvalOverrides
Defined in: packages/algod_client/src/models/simulate-response.ts:28
execTraceConfig?
Section titled “execTraceConfig?”
optionalexecTraceConfig:SimulateTraceConfig
Defined in: packages/algod_client/src/models/simulate-response.ts:29
initialStates?
Section titled “initialStates?”
optionalinitialStates:SimulateInitialStates
Defined in: packages/algod_client/src/models/simulate-response.ts:30
lastRound
Section titled “lastRound”lastRound:
bigint
Defined in: packages/algod_client/src/models/simulate-response.ts:22
The round immediately preceding this simulation. State changes through this round were used to run this simulation.
txnGroups
Section titled “txnGroups”txnGroups:
SimulateTransactionGroupResult[]
Defined in: packages/algod_client/src/models/simulate-response.ts:27
A result object for each transaction group that was simulated.
version
Section titled “version”version:
number
Defined in: packages/algod_client/src/models/simulate-response.ts:17
The version of this response object.