pub fn set_system_collateral_ceiling<T: Config>(
    currency_pair: DefaultVaultCurrencyPair<T>,
    ceiling: <T as Config>::Balance
)
Expand description

Changes the collateral ceiling for a currency (only executable by the Root account)

Arguments

  • currency_pair - the currency pair to change
  • ceiling - the new collateral ceiling

Warning: Doc-Only

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