pub fn force_update_market<T: Config>(
    asset_id: <T as Config>::CurrencyId,
    market: Market<<T as Config>::Balance>
)
Expand description

Force updates a stored market. Returns Err if the market currency does not exist.

  • asset_id: market related currency
  • market: Configuration of the new lending market

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::force_update_market.