INTERFACE

InternalOperationResult

Corresponds to Tezos RPC -> $operation.alpha.internal_operation_result.

link GraphQL Schema definition

  • interface InternalOperationResult {
  • # The `kind` of the `InternalOperationResult`. It is constant for a concrete
  • # *type* e.g. it is always `transaction` for a `InternalTransactionResult`.
  • kind: InternalOperationKind!
  • source: Address!
  • nonce: Int!
  • result: OperationResult!
  • }

link Require by