Function pallet_core_fellowship::pallet::dispatchables::set_partial_params
source · pub fn set_partial_params<T: Config<I>, I: 'static>(
partial_params: Box<PartialParamsOf<T, I>>,
)
Expand description
Set the parameters partially.
origin
: An origin complying withParamsOrigin
or root.partial_params
: The new parameters for the pallet.
This update config with multiple arguments without duplicating the fields that does not need to update (set to None).
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_partial_params
.