Function pallet_contracts::migration::v10::store_old_contract_info
source · pub fn store_old_contract_info<T: Config, OldCurrency>(
account: T::AccountId,
info: ContractInfo<T>
)where
OldCurrency: ReservableCurrency<<T as Config>::AccountId> + 'static,