Function pallet_ranked_collective::pallet::dispatchables::promote_member
source · pub fn promote_member<T: Config<I>, I: 'static>(
who: <<T as Config>::Lookup as StaticLookup>::Source,
)
Expand description
Increment the rank of an existing member by one.
origin
: Must be thePromoteOrigin
.who
: Account of existing 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::promote_member
.