Type Definition pallet_fennel_identity::pallet::IdentityNumber
source · pub type IdentityNumber<T: Config> = StorageValue<_GeneratedPrefixForStorageIdentityNumber<T>, u32, ValueQuery, DefaultCurrent<T>>;
Expand description
Tracks the number of identities currently active on the network.