Skip to main content

CommandResult

The intermediate results for each command of a transaction simulation.

type CommandResult {
mutatedReferences: [CommandOutput!]
returnValues: [CommandOutput!]
}

Fields

CommandResult.mutatedReferences ● [CommandOutput!] list object

Changes made to arguments that were mutably borrowed by each command in this transaction.

CommandResult.returnValues ● [CommandOutput!] list object

Return results of each command in this transaction.

Member Of

SimulationResult object