INTERFACE

OperationNotification

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

link GraphQL Schema definition

  • interface OperationNotification {
  • # The `kind` of the `OperationNotification`. It is constant for a concrete *type*
  • # e.g. it is always `transaction` for a `TransactionNotification`.
  • kind: OperationKind!
  • operation_group: OperationGroup!
  • # It is `null` only if the operation comes from *mempool*.
  • block: BlockNotification
  • origin: OperationOrigin!
  • }

link Require by