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

counter of the identity index to give to the next 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)>