List Events Request
interface ListEventsRequest
Request message for LedgerService.ListEvents.
Properties
Link copied to clipboard
Optional. End of the checkpoint range to query (exclusive). Defaults to the current indexed ledger tip.
Link copied to clipboard
Optional. DNF filter over indexed dimensions. If absent, all events in the range are returned.
Link copied to clipboard
Optional cursor-bounded query options. If unspecified, reads in ascending order with the default item limit. The server enforces a maximum item limit and silently coerces larger values down to it. To paginate, pass the last received Watermark.cursor as options.after (ascending) or options.before (descending) on the next request.
Link copied to clipboard
Returns the field-presence view for this ListEventsRequest instance.
Link copied to clipboard
Optional. Start of the checkpoint range to query (inclusive). Defaults to genesis.