OBJECT
BlockNotification
link GraphQL Schema definition
- type BlockNotification {
- BlockHash! :
- BlockHeader! :
- ProtocolHash! :
- ChainId! :
- # Arguments
- # filter: [Not documented]
- ActivateAccountFilter): [ActivateAccountNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- BallotFilter): [BallotNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- DelegationFilter): [DelegationNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- DoubleBakingEvidenceFilter): [DoubleBakingEvidenceNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- (
- DoubleEndorsementEvidenceFilter :
- ): [DoubleEndorsementEvidenceNotification!]!
- # Arguments
- # filter: [Not documented]
- (
- DoublePreendorsementEvidenceFilter :
- ): [DoublePreendorsementEvidenceNotification!]!
- # Arguments
- # filter: [Not documented]
- EndorsementFilter): [EndorsementNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- EndorsementWithSlotFilter): [EndorsementWithSlotNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- OriginationFilter): [OriginationNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- PreendorsementFilter): [PreendorsementNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- ProposalsFilter): [ProposalsNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- (
- RegisterGlobalConstantFilter :
- ): [RegisterGlobalConstantNotification!]!
- # Arguments
- # filter: [Not documented]
- RevealFilter): [RevealNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- SeedNonceRevelationFilter): [SeedNonceRevelationNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- SetDepositsLimitFilter): [SetDepositsLimitNotification!]! ( :
- # Arguments
- # filter: [Not documented]
- TransactionFilter): [TransactionNotification!]! ( :
- }
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]`.
- Subscriptionnull
- TransactionNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = transaction]`.