pub(crate) type NextIdtyIndex<T: Config> = StorageValue<_GeneratedPrefixForStorageNextIdtyIndex<T>, T::IdtyIndex, ValueQuery>;
Expand description

The identity index to assign to the next created identity.

Storage type is [StorageValue] with value type T :: IdtyIndex.

Aliased Type§

struct NextIdtyIndex<T: Config>(PhantomData<(_GeneratedPrefixForStorageNextIdtyIndex<T>, <T as Config>::IdtyIndex, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageNextIdtyIndex<T>, <T as Config>::IdtyIndex, ValueQuery, GetDefault)>