pub fn judge_suspended_member<T: Config<I>, I: 'static>(
    who: <<T as Config>::Lookup as StaticLookup>::Source,
    forgive: bool
)
Expand description

Allow suspension judgement origin to make judgement on a suspended member.

If a suspended member is forgiven, we simply add them back as a member, not affecting any of the existing storage items for that member.

If a suspended member is rejected, remove all associated storage items, including their payouts, and remove any vouched bids they currently have.

The dispatch origin for this call must be Signed from the Founder.

Parameters:

  • who - The suspended member to be judged.
  • forgive - A boolean representing whether the suspension judgement origin forgives (true) or rejects (false) a suspended member.

§Warning: Doc-Only

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