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.

multiGetCheckpoints

Fetch checkpoints by their sequence numbers.

Returns a list of checkpoints that is guaranteed to be the same length as keys. If a checkpoint in keys could not be found in the store, its corresponding entry in the result will be null. This could be because the checkpoint does not exist yet, or because it was pruned.

multiGetCheckpoints(
keys: [UInt53!]!
): [Checkpoint]!

Arguments

multiGetCheckpoints.keys ● [UInt53!]! non-null scalar

Type

Checkpoint object

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