Type Alias pallet_identity::pallet::IdentityIndexOf

source ·
pub type IdentityIndexOf<T: Config> = StorageMap<_GeneratedPrefixForStorageIdentityIndexOf<T>, Blake2_128Concat, T::AccountId, T::IdtyIndex, OptionQuery>;
Expand description

The identity associated with each account.

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

Aliased Type§

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