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