pub type Identities<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageIdentities<T>, Twox64Concat, T::IdtyIndex, IdtyValue<BlockNumberFor<T>, T::AccountId, T::IdtyData>, OptionQuery>;
Expand description

maps identity index to identity value

Storage type is [CountedStorageMap] with key type T :: IdtyIndex and value type IdtyValue < BlockNumberFor < T > , T :: AccountId, T :: IdtyData >.

Aliased Type§

struct Identities<T: Config>(PhantomData<(_GeneratedPrefixForStorageIdentities<T>, Twox64Concat, <T as Config>::IdtyIndex, IdtyValue<<<<T as Config>::Block as Block>::Header as Header>::Number, <T as Config>::AccountId, <T as Config>::IdtyData>, OptionQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageIdentities<T>, Twox64Concat, <T as Config>::IdtyIndex, IdtyValue<<<<T as Config>::Block as Block>::Header as Header>::Number, <T as Config>::AccountId, <T as Config>::IdtyData>, OptionQuery, GetDefault, GetDefault)>