Function forest_filecoin::statediff::resolve::resolve_ipld

source ยท
fn resolve_ipld<BS>(
    bs: &BS,
    ipld: &mut Ipld,
    depth: Option<u64>,
) -> Result<(), Error>
where BS: Blockstore,
Expand description

Resolves Ipld links recursively, building an Ipld structure with no hash links.