Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

checkpoint

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

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

checkpoint(
sequenceNumber: UInt53
): Checkpoint

Arguments

checkpoint.sequenceNumber ● UInt53 scalar

Type

Checkpoint object

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