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

Fast promotions can skip ranks and ignore the min_promotion_period.

This is useful for out-of-band promotions, hence it has its own FastPromoteOrigin to be (possibly) more restrictive than PromoteOrigin. Note that the member must already be inducted.

§Warning: Doc-Only

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