list_checkpoints

Function list_checkpoints 

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