checkpoint_output_objects

Function checkpoint_output_objects 

Source
pub fn checkpoint_output_objects(
    checkpoint: &Checkpoint,
) -> Result<BTreeMap<ObjectID, (&Object, ObjectDigest)>>
Expand description

Last-seen output version of every object that was created or modified by some transaction in the checkpoint and is still live at the end. Mirrors the helper of the same name in sui-indexer-alt-consistent-store::handlers.

Used to populate the checkpoint-pinned object_version_by_checkpoint index and the diff-based indexes once the prior state has been retracted.