Function pallet_membership::pallet::dispatchables::change_key
source · pub fn change_key<T: Config<I>, I: 'static>(
new: <<T as Config>::Lookup as StaticLookup>::Source
)
Expand description
Swap out the sending member for some other key new
.
May only be called from Signed
origin of a current member.
Prime membership is passed from the origin account to new
, if extant.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::change_key
.