Function forest_filecoin::statediff::resolve::resolve_cids_recursive

source ยท
pub fn resolve_cids_recursive<BS>(
    bs: &BS,
    cid: &Cid,
    depth: Option<u64>,
) -> Result<Ipld, Error>
where BS: Blockstore,
Expand description

Resolves link to recursively resolved Ipld with no hash links.