List Checkpoints Request
Request message for LedgerService.ListCheckpoints.
Properties
Optional. End of the checkpoint range to query (exclusive). Defaults to the current indexed ledger tip.
Optional. DNF filter over indexed transaction dimensions. A checkpoint matches if any transaction it contains satisfies the filter. If absent, all checkpoints in the range are returned.
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.
Returns the field-presence view for this ListCheckpointsRequest instance.
Optional. Start of the checkpoint range to query (inclusive). Defaults to genesis.
Functions
Copies the original message, including unknown fields.