Skip to main content

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.