pub fn import<T: Config<I>, I: 'static>()
Expand description
Introduce an already-ranked individual of the collective into this pallet.
The rank may still be zero. 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.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::import
.