ExecutionResult
The execution result of a transaction, including the transaction effects.
type ExecutionResult {
effects: TransactionEffects
}
Fields
ExecutionResult.effects ● TransactionEffects object
The effects of the transaction execution.
Returned By
executeTransaction mutation