Function pallet_membership::pallet::dispatchables::remove_member
source · pub fn remove_member<T: Config<I>, I: 'static>(
who: <<T as Config>::Lookup as StaticLookup>::Source,
)
Expand description
Remove a member who
from the set.
May only be called from T::RemoveOrigin
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_member
.