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

maps account id to identity index

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)>