pub fn set_minimum_collateral<T: Config>(
    currency_id: CurrencyId<T>,
    minimum: <T as Config>::Balance
)
Expand description

Changes the minimum amount of collateral required for registration (only executable by the Root account)

Arguments

  • currency_id - the collateral’s currency id
  • minimum - the new minimum collateral

Warning: Doc-Only

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