Function pallet_ranked_collective::pallet::dispatchables::remove_member
source · pub fn remove_member<T: Config<I>, I: 'static>(
who: <<T as Config>::Lookup as StaticLookup>::Source,
min_rank: Rank,
)
Expand description
Remove the member entirely.
origin
: Must be theRemoveOrigin
.who
: Account of existing member of rank greater than zero.min_rank
: The rank of the member or greater.
Weight: O(min_rank)
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_member
.