Subscribe Checkpoints
abstract fun SubscribeCheckpoints(message: SubscribeCheckpointsRequest): Flow<SubscribeCheckpointsResponse>
Subscribe to the stream of checkpoints.
The stream begins at the latest executed checkpoint as seen by the server and yields checkpoints matching the filter as they are executed. A checkpoint matches if any transaction it contains satisfies the filter.