pub type AuthorityOf<T: Config> = StorageMap<_GeneratedPrefixForStorageAuthorityOf<T>, Twox64Concat, BoundedVec<u8, <T as Config>::MaxSuffixLength>, AuthorityProperties<T::AccountId>, OptionQuery>;Expand description
A map of the accounts who are authorized to grant usernames.
Storage type is [StorageMap] with key type Suffix < T > and value type AuthorityProperties < T :: AccountId >.
Aliased Type§
struct AuthorityOf<T: Config>(/* private fields */);