SubscribeCheckpointsRequest

Request message for SubscriptionService.SubscribeCheckpoints.

Properties

Link copied to clipboard

Optional. DNF filter over indexed transaction dimensions. A checkpoint matches if any transaction it contains satisfies the filter. If absent, every checkpoint is streamed.

Link copied to clipboard
Link copied to clipboard
abstract val readMask: FieldMask

Optional. Mask for specifying which parts of the Checkpoint should be returned (e.g. summary, contents, signatures). cursor is always populated and is not subject to the mask.

Functions

Link copied to clipboard
fun SubscribeCheckpointsRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): SubscribeCheckpointsRequest

Copies the original message, including unknown fields.