OBJECT
Subscription
link GraphQL Schema definition
- type Subscription {
- # Subscribes to newly baked *block*-s on Tezos network.
- #
- # Arguments
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- Int): BlockNotification! ( :
- # Subscribes to `BigMapDiffNotification`-s from all *operation*-s of newly baked
- # *block*-s on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- BigMapDiffFilter, : Int): BigMapDiffNotification! ( :
- # Subscribes to `StorageNotification`-s from all *operation*-s of newly baked
- # *block*-s on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- StorageFilter, : Int): StorageNotification! ( :
- # Subscribes to `BalanceUpdateNotification`-s from all *operation*-s of newly
- # baked *block*-s on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- (
- BalanceUpdateFilter, :
- Int :
- ): BalanceUpdateNotification!
- # Subscribes to `LazyStorageDiffNotification`-s from all *operation*-s of newly
- # baked *block*-s on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- (
- LazyStorageDiffFilter, :
- Int :
- ): LazyStorageDiffNotification!
- # Subscribes to *activate account operation*-s from newly baked *block*-s and/or
- # mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- ActivateAccountFilter, :
- Int, :
- Boolean :
- ): ActivateAccountNotification!
- # Subscribes to *ballot operation*-s from newly baked *block*-s and/or mempool on
- # Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- BallotFilter, :
- Int, :
- Boolean :
- ): BallotNotification!
- # Subscribes to *delegation operation*-s from newly baked *block*-s and/or mempool
- # on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- DelegationFilter, :
- Int, :
- Boolean :
- ): DelegationNotification!
- # Subscribes to *double baking evidence operation*-s from newly baked *block*-s
- # and/or mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- DoubleBakingEvidenceFilter, :
- Int, :
- Boolean :
- ): DoubleBakingEvidenceNotification!
- # Subscribes to *double endorsement evidence operation*-s from newly baked
- # *block*-s and/or mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- DoubleEndorsementEvidenceFilter, :
- Int, :
- Boolean :
- ): DoubleEndorsementEvidenceNotification!
- # Subscribes to *double preendorsement evidence operation*-s from newly baked
- # *block*-s and/or mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- DoublePreendorsementEvidenceFilter, :
- Int, :
- Boolean :
- ): DoublePreendorsementEvidenceNotification!
- # Subscribes to *endorsement operation*-s from newly baked *block*-s and/or
- # mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- EndorsementFilter, :
- Int, :
- Boolean :
- ): EndorsementNotification!
- # Subscribes to *endorsement with slot operation*-s from newly baked *block*-s
- # and/or mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- EndorsementWithSlotFilter, :
- Int, :
- Boolean :
- ): EndorsementWithSlotNotification!
- # Subscribes to *origination operation*-s from newly baked *block*-s and/or
- # mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- OriginationFilter, :
- Int, :
- Boolean :
- ): OriginationNotification!
- # Subscribes to *preendorsement operation*-s from newly baked *block*-s and/or
- # mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- PreendorsementFilter, :
- Int, :
- Boolean :
- ): PreendorsementNotification!
- # Subscribes to *proposals operation*-s from newly baked *block*-s and/or mempool
- # on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- ProposalsFilter, :
- Int, :
- Boolean :
- ): ProposalsNotification!
- # Subscribes to *register global constant operation*-s from newly baked *block*-s
- # and/or mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- RegisterGlobalConstantFilter, :
- Int, :
- Boolean :
- ): RegisterGlobalConstantNotification!
- # Subscribes to *reveal operation*-s from newly baked *block*-s and/or mempool on
- # Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- RevealFilter, :
- Int, :
- Boolean :
- ): RevealNotification!
- # Subscribes to *seed nonce revelation operation*-s from newly baked *block*-s
- # and/or mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- SeedNonceRevelationFilter, :
- Int, :
- Boolean :
- ): SeedNonceRevelationNotification!
- # Subscribes to *set deposits limit operation*-s from newly baked *block*-s and/or
- # mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- SetDepositsLimitFilter, :
- Int, :
- Boolean :
- ): SetDepositsLimitNotification!
- # Subscribes to *transaction operation*-s from newly baked *block*-s and/or
- # mempool on Tezos network.
- #
- # Arguments
- # filter: [Not documented]
- # replayFromBlockLevel: Specifies a historical block level to
- # start to retrieve operations. It seamlessly switches to new operations. The
- # value can go only 100 levels back from the level of the head block.
- # includeMempool: If combined with `replayFromBlockLevel` then
- # while returning historical operations, no mempool operations are returned. Once
- # switched to new operations then also mempool operations are included.
- (
- TransactionFilter, :
- Int, :
- Boolean :
- ): TransactionNotification!
- }
link Require by
This element is not required by anyone