Function pallet_ranked_collective::pallet::dispatchables::exchange_member
source · pub fn exchange_member<T: Config<I>, I: 'static>(
who: <<T as Config>::Lookup as StaticLookup>::Source,
new_who: <<T as Config>::Lookup as StaticLookup>::Source,
)
Expand description
Exchanges a member with a new account and the same existing rank.
origin
: Must be theExchangeOrigin
.who
: Account of existing member of rank greater than zero to be exchanged.new_who
: New Account of existing member of rank greater than zero to exchanged to.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::exchange_member
.