DryRunResult
No description
type DryRunResult {
error: String
results: [DryRunEffect!]
transaction: TransactionBlock
}
Fields
DryRunResult.error
● String
scalar
The error that occurred during dry run execution, if any.
DryRunResult.results
● [DryRunEffect!]
list object
The intermediate results for each command of the dry run execution, including contents of mutated references and return values.
DryRunResult.transaction
● TransactionBlock
object
The transaction block representing the dry run execution.
Returned By
dryRunTransactionBlock
query