referrerpolicy=no-referrer-when-downgrade
pub fn remove_expired_approval<T: Config>(
    username: BoundedVec<u8, <T as Config>::MaxUsernameLength>,
)
Expand description

Remove an expired username approval. The username was approved by an authority but never accepted by the user and must now be beyond its expiration. The call must include the full username, as in username.suffix.

§Warning: Doc-Only

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