Function pallet_dapp_staking::pallet::dispatchables::set_static_tier_params
source · pub fn set_static_tier_params<T: Config>(
params: TierParameters<T::NumberOfTiers>
)
Expand description
Used to set static tier parameters, which are used to calculate tier configuration. Tier configuration defines tier entry threshold values, number of slots, and reward portions.
This is a delicate call and great care should be taken when changing these values since it has a significant impact on the reward system.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_static_tier_params
.