You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently getEvents are capped by 10K LedgerScanLimit which means you can query events for 10K ledger at maximum for a given request. so for a given getEvents request, we need a way to tell clients how many records we have scanned so that they could make follow up requests using endLedger or cursor
API Changes:
Add endLedger or Cursor details in getEventsResponse
The text was updated successfully, but these errors were encountered:
currently getEvents are capped by 10K
LedgerScanLimit
which means you can query events for 10K ledger at maximum for a given request. so for a givengetEvents
request, we need a way to tell clients how many records we have scanned so that they could make follow up requests usingendLedger
orcursor
API Changes:
getEventsResponse
The text was updated successfully, but these errors were encountered: