Type Definition pallet_nomination_pools::pallet::MaxPools
source · pub type MaxPools<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxPools<T>, u32, OptionQuery>;
Expand description
Maximum number of nomination pools that can exist. If None
, then an unbounded number of
pools can exist.
Storage type is StorageValue
with value type u32
.