Function confirm

Source
pub fn confirm<T: Config>()
Expand description

Confirm the caller as an active author after completing probation.

Transitions the author from probation to active status once all probation conditions are satisfied.

§Requirements

  • Caller must be under probation.
  • Probation conditions must be fulfilled.

§Notes

  • Authors are responsible for completing their probation requirements.
  • Activation enables full participation in author duties.

Emits: Event::AuthorStatus via internal hook

§Warning: Doc-Only

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