pub fn set_params<T: Config<I>, I: 'static>(params: Box<ParamsOf<T, I>>)
Expand description

Set the parameters.

  • origin: An origin complying with ParamsOrigin or root.
  • params: The new parameters for the pallet.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::set_params.