Skip to main content

transactions

Subscribe to transactions as they are finalized, with optional filtering.

Resume from a known point with after (an opaque cursor from a prior delivery) and/or filter.afterCheckpoint. The subscription first backfills the matching transactions after that point via the scanning API, then continues with the live stream.

Each matching transaction is yielded individually as an edge, ordered by checkpoint and then by position within the checkpoint. Each edge carries a cursor for resumption.

This subscription is not yet available for use.

transactions(
filter: TransactionFilter
after: String
): TransactionEdge!

Arguments

transactions.filter ● TransactionFilter input

transactions.after ● String scalar

Type

TransactionEdge object

An edge in a connection.