Function pallet_membership::pallet::dispatchables::reset_members
source · pub fn reset_members<T: Config<I>, I: 'static>(members: Vec<T::AccountId>)
Expand description
Change the membership to a new set, disregarding the existing membership. Be nice and
pass members
pre-sorted.
May only be called from T::ResetOrigin
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::reset_members
.