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`.
- OperationKind! :
- OperationGroup! :
- # It is `null` only if the operation comes from *mempool*.
- BlockNotification :
- OperationOrigin! :
- }
link Require by
- AbstractEndorsementNotificationnull
- ActivateAccountNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = activate_account]`.
- BallotNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = ballot]`.
- DelegationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = delegation]`.
- DoubleBakingEvidenceNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = double_baking_evidence]`.
- DoubleEndorsementEvidenceNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = double_endorsement_evidence]`.
- DoublePreendorsementEvidenceNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = preendorsement]`.
- EndorsementNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = endorsement]`.
- EndorsementWithSlotNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = endorsement_with_slot]`.
- MoneyOperationNotificationCorresponds to an `OperationNotification` that deals with money.
- OperationNotificationWithBalanceUpdatesCorresponds to an `OperationNotification` that can contain balance updates.
- OriginationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = origination]`.
- PreendorsementNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = preendorsement]`.
- ProposalsNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = proposals]`.
- RegisterGlobalConstantNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = register_global_constant]`.
- RevealNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = reveal]`.
- SeedNonceRevelationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = seed_nonce_revelation]`.
- SetDepositsLimitNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = set_deposits_limit]`.
- TransactionNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = transaction]`.