Type Alias pallet_smith_members::pallet::Smiths
source · pub type Smiths<T: Config> = StorageMap<_GeneratedPrefixForStorageSmiths<T>, Twox64Concat, T::IdtyIndex, SmithMeta<T::IdtyIndex>, OptionQuery>;
Expand description
The Smith metadata for each identity.
Storage type is [StorageMap
] with key type T :: IdtyIndex
and value type SmithMeta < T :: IdtyIndex >
.
Aliased Type§
struct Smiths<T: Config>(PhantomData<(_GeneratedPrefixForStorageSmiths<T>, Twox64Concat, <T as Config>::IdtyIndex, SmithMeta<<T as Config>::IdtyIndex>, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageSmiths<T>, Twox64Concat, <T as Config>::IdtyIndex, SmithMeta<<T as Config>::IdtyIndex>, OptionQuery, GetDefault, GetDefault)>