pub type Smiths<T: Config> = StorageMap<_GeneratedPrefixForStorageSmiths<T>, Twox64Concat, T::IdtyIndex, SmithMeta<T::IdtyIndex>, OptionQuery>;
Expand description

maps identity index to smith status

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)>