cw22

Function set_contract_supported_interface

source
pub fn set_contract_supported_interface(
    store: &mut dyn Storage,
    supported_interfaces: &[ContractSupportedInterface<'_>],
) -> StdResult<()>
Expand description

set_contract_supported_interface should be used in instantiate to store the original version of supported interfaces. It should also be used after every migration.