Type Alias pallet_identity::pallet::SuperOf
source · pub type SuperOf<T: Config> = StorageMap<_GeneratedPrefixForStorageSuperOf<T>, Blake2_128Concat, T::AccountId, (T::AccountId, Data), OptionQuery>;
Expand description
The super-identity of an alternative “sub” identity together with its name, within that
context. If the account is not some other account’s sub-identity, then just None
.
Storage type is [StorageMap
] with key type T :: AccountId
and value type (T :: AccountId, Data)
.
Aliased Type§
struct SuperOf<T: Config>(/* private fields */);