Function forest_filecoin::tool::subcommands::archive_cmd::list_checkpoints

source ยท
fn list_checkpoints(
    db: &impl Blockstore,
    root: Tipset,
) -> impl Iterator<Item = (i64, Cid)> + '_