Type Alias pallet_identity::pallet::IdentitiesNames

source ·
pub type IdentitiesNames<T: Config> = StorageMap<_GeneratedPrefixForStorageIdentitiesNames<T>, Blake2_128Concat, IdtyName, T::IdtyIndex, OptionQuery>;
Expand description

The name associated with each identity.

Storage type is [StorageMap] with key type IdtyName and value type T :: IdtyIndex.

Aliased Type§

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