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

Create a map with a root cid.