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.