Type Alias pallet_identity::pallet::Identities

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

The identity value for each identity.

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>(/* private fields */);