pub type MaxPoolMembersPerPool<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxPoolMembersPerPool<T>, u32, OptionQuery>;
Expand description

Maximum number of members that may belong to pool. If None, then the count of members is not bound on a per pool basis.

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct MaxPoolMembersPerPool<T: Config>(/* private fields */);