pub type Parameters<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageParameters<T, I>, GroupParamsFor<T, I>, OptionQuery>;
Expand description
The max number of members for the society at one time.
Storage type is [StorageValue
] with value type GroupParamsFor < T, I >
.
Aliased Type§
struct Parameters<T: Config<I>, I: 'static = ()>(/* private fields */);