Function vault_registry::pallet::dispatchables::set_minimum_collateral
source · 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 idminimum
- 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
.