SimulationResult
The result of simulating a transaction, including the predicted effects.
type SimulationResult {
effects: TransactionEffects
outputs: [CommandResult!]
}
Fields
SimulationResult.effects ● TransactionEffects object
The predicted effects of the transaction if it were executed.
SimulationResult.outputs ● [CommandResult!] list object
The intermediate outputs for each command of the transaction simulation, including contents of mutated references and return values.
Returned By
simulateTransaction query