Skip to main content

transactions

Subscribe to incoming transactions from the IOTA network.

If no filter is provided, all transactions will be returned.

transactions(
filter: SubscriptionTransactionFilter
): TransactionBlockSubscriptionPayload!

Arguments

transactions.filter ● SubscriptionTransactionFilter input

Type

TransactionBlockSubscriptionPayload union

Possible responses from a subscription.

It could be one of the following:

  • A successful payload from the subscription stream.
  • A notice that the subscription has been lagged behind the network with the number of lost payloads.