OBJECT
OperationGroup
Corresponds to Tezos RPC -> $operation
but its contents
is the parent object.
link GraphQL Schema definition
- type OperationGroup {
- ProtocolHash! :
- # It is `null` only if the operation comes from *mempool*.
- ChainId :
- # It is `null` only if the operation comes from *mempool*.
- OperationHash :
- BlockHash! :
- Signature :
- }
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.
- OperationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result`.
- 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]`.