Function pallet_inflation::pallet::dispatchables::force_set_inflation_params
source · pub fn force_set_inflation_params<T: Config>(params: InflationParameters)
Expand description
Used to force-set the inflation parameters. The parameters must be valid, all parts summing up to one whole (100%), otherwise the call will fail.
Must be called by root
origin.
Purpose of the call is testing & handling unforeseen circumstances.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_set_inflation_params
.