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.
  • blockAdded(replayFromBlockLevel: 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.
  • bigMapChanged(filter: BigMapDiffFilter, replayFromBlockLevel: 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.
  • storageChanged(filter: StorageFilter, replayFromBlockLevel: 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.
  • balanceUpdated(
  • filter: BalanceUpdateFilter,
  • replayFromBlockLevel: 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.
  • lazyStorageChanged(
  • filter: LazyStorageDiffFilter,
  • replayFromBlockLevel: 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.
  • activateAccountAdded(
  • filter: ActivateAccountFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • ballotAdded(
  • filter: BallotFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • delegationAdded(
  • filter: DelegationFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • doubleBakingEvidenceAdded(
  • filter: DoubleBakingEvidenceFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • doubleEndorsementEvidenceAdded(
  • filter: DoubleEndorsementEvidenceFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • doublePreendorsementEvidenceAdded(
  • filter: DoublePreendorsementEvidenceFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • endorsementAdded(
  • filter: EndorsementFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • endorsementWithSlotAdded(
  • filter: EndorsementWithSlotFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • originationAdded(
  • filter: OriginationFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • preendorsementAdded(
  • filter: PreendorsementFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • proposalsAdded(
  • filter: ProposalsFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • registerGlobalConstantAdded(
  • filter: RegisterGlobalConstantFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • revealAdded(
  • filter: RevealFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • seedNonceRevelationAdded(
  • filter: SeedNonceRevelationFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • setDepositsLimitAdded(
  • filter: SetDepositsLimitFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: 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.
  • transactionAdded(
  • filter: TransactionFilter,
  • replayFromBlockLevel: Int,
  • includeMempool: Boolean
  • ): TransactionNotification!
  • }

link Require by

This element is not required by anyone