Function iota_types::move_package::normalize_modules

source ยท
pub fn normalize_modules<'a, I>(
    modules: I,
    binary_config: &BinaryConfig,
) -> IotaResult<BTreeMap<String, Module>>
where I: Iterator<Item = &'a Vec<u8>>,