Type Definition pallet_nomination_pools::pallet::LastPoolId
source · pub type LastPoolId<T: Config> = StorageValue<_GeneratedPrefixForStorageLastPoolId<T>, u32, ValueQuery>;
Expand description
Ever increasing number of all pools created so far.