Function vault_registry::pallet::dispatchables::set_premium_redeem_threshold
source · pub fn set_premium_redeem_threshold<T: Config>(
currency_pair: DefaultVaultCurrencyPair<T>,
threshold: UnsignedFixedPoint<T>
)
Expand description
Changes the collateral premium redeem threshold for a currency (only executable by the Root account)
Arguments
currency_pair
- the currency pair to changeceiling
- 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_premium_redeem_threshold
.