Skip to main content

checkpoint

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

It is an error to specify both sequenceNumber and digest.

Returns null if the checkpoint does not exist in the store, either because it never existed or because it was pruned.

checkpoint(
sequenceNumber: UInt53
digest: String
): Checkpoint

Arguments

checkpoint.sequenceNumber ● UInt53 scalar

checkpoint.digest ● String scalar

Type

Checkpoint object

Checkpoints contain finalized transactions and are used for node synchronization and global transaction ordering.