referrerpolicy=no-referrer-when-downgrade
pub fn import_member<T: Config<I>, I: 'static>(who: T::AccountId)
Expand description

Introduce an already-ranked individual of the collective into this pallet.

The rank may still be zero. Can be called by anyone on any collective member - including the sender.

This resets last_proof to the current block and last_promotion will be set to zero, thereby delaying any automatic demotion but allowing immediate promotion.

  • origin: A signed origin of a ranked, but not tracked, account.
  • who: The account ID of the collective member to be inducted.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::import_member.