Function pallet_ranked_collective::pallet::dispatchables::add_member
source · pub fn add_member<T: Config<I>, I: 'static>(
who: <<T as Config>::Lookup as StaticLookup>::Source
)
Expand description
Introduce a new member.
origin
: Must be theAdminOrigin
.who
: Account of non-member which will become a member.rank
: The rank to give the new member.
Weight: O(1)
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::add_member
.