GetCheckpoint

Parameters:

read_mask - FieldMask Mask specifying which fields to read. If no mask is specified, defaults to object_id,version,digest.

digests - string Required. The digest of the requested checkpoint.

or sequence_number - uint64 The sequence number of the requested checkpoint.

Returns:

checkpoint - Checkpoint

Example:

grpcurl -proto .sui/rpc/v2beta2/ledger_service.proto 
-H "x-token: YOUR_TOKEN_VALUE" 
-d 
'{

}' 
sui.blockpi.network sui.rpc.v2beta.LedgerService/GetCheckpoint

Last updated

Was this helpful?