pub type MaxPoolMembers<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxPoolMembers<T>, u32, OptionQuery>;
Expand description

Maximum number of members that can exist in the system. If None, then the count members are not bound on a system wide basis.

Storage type is StorageValue with value type u32.