pub fn set_secure_collateral_threshold<T: Config>(
currency_pair: DefaultVaultCurrencyPair<T>,
threshold: UnsignedFixedPoint<T>
)
Expand description
Changes the secure threshold for a currency (only executable by the Root account)
Arguments
currency_pair
- the currency pair to changethreshold
- the new secure threshold
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_secure_collateral_threshold
.