Data

data class Data(val checkpoint: GetCheckpointQuery.Checkpoint?) : Query.Data

Constructors

Link copied to clipboard
constructor(checkpoint: GetCheckpointQuery.Checkpoint?)

Properties

Link copied to clipboard

Fetch a checkpoint by its sequence number, or the latest checkpoint if no sequence number is provided.