getEventsInRange
Get historical events in range.
GraphQL Query:
query {
zswapLedgerEvents(fromId: $from, toId: $to) {
id
raw
maxId
}
}Content copied to clipboard
Return
List of events in range
Parameters
fromId
Start event ID (inclusive)
toId
End event ID (inclusive)