Function pallet_identity::pallet::dispatchables::accept_username
source · pub fn accept_username<T: Config>(
username: BoundedVec<u8, <T as Config>::MaxUsernameLength>,
)
Expand description
Accept a given username that an authority
granted. 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::accept_username
.