Function pallet_fee_lock::pallet::dispatchables::update_fee_lock_metadata
source · pub fn update_fee_lock_metadata<T: Config>(
period_length: Option<BlockNumberFor<T>>,
fee_lock_amount: Option<BalanceOf<T>>,
swap_value_threshold: Option<BalanceOf<T>>,
should_be_whitelisted: Option<Vec<(CurrencyIdOf<T>, bool)>>
)
Expand description
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_fee_lock_metadata
.