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>(PhantomData<(_GeneratedPrefixForStorageIdentityIndexOf<T>, Blake2_128Concat, <T as Config>::AccountId, <T as Config>::IdtyIndex, OptionQuery, GetDefault, GetDefault)>);Fields§
§0: PhantomData<(_GeneratedPrefixForStorageIdentityIndexOf<T>, Blake2_128Concat, <T as Config>::AccountId, <T as Config>::IdtyIndex, OptionQuery, GetDefault, GetDefault)>