Function forest_filecoin::statediff::root_to_state_map

source ยท
fn root_to_state_map<BS: Blockstore>(
    bs: &Arc<BS>,
    root: &Cid,
) -> Result<HashMap<Address, ActorState>, Error>