pub fn make_map_with_root<'bs, BS, V>(
    root: &Cid,
    store: &'bs BS
) -> Result<Map<'bs, BS, V>, HamtError>where
    BS: Blockstore,
    V: DeserializeOwned + Serialize,
Expand description

Create a map with a root Cid.