pub fn store(
original_id: ObjectID,
version: u64,
storage_id: ObjectID,
checkpoint: u64,
) -> (Key, Value)Expand description
Build the (Key, Value) pair recording that version version
of the package originally published at original_id lives at
the on-chain storage id storage_id, published in checkpoint.
Written by tip indexing and the post-restore backfill.