abstract_std::objects::module

Function assert_module_data_validity

Source
pub fn assert_module_data_validity(
    querier: &QuerierWrapper<'_>,
    module_claim: &Module,
    module_address: Option<Addr>,
) -> AbstractResult<()>
Expand description

Assert that the provided module has the same data stored under the cw2 and module data keys.