subscribeToZswapEvents
Subscribe to zswap ledger events.
GraphQL Subscription:
subscription {
zswapLedgerEvents {
id
raw
maxId
}
}Content copied to clipboard
Return
Flow of raw ledger events
Parameters
fromId
Start from this event ID (inclusive). Use null to start from latest.