Type Alias pallet_identity::pallet::NextIdtyIndex

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