pub type UsernameAuthorities<T: Config> = StorageMap<_GeneratedPrefixForStorageUsernameAuthorities<T>, Twox64Concat, T::AccountId, AuthorityProperties<BoundedVec<u8, <T as Config>::MaxSuffixLength>>, OptionQuery>;
Expand description

A map of the accounts who are authorized to grant usernames.

Storage type is StorageMap with key type T :: AccountId and value type AuthorityPropertiesOf < T >.

Aliased Type§

struct UsernameAuthorities<T: Config>(/* private fields */);