Function pallet_scored_pool::pallet::dispatchables::change_member_count
source · pub fn change_member_count<T: Config<I>, I: 'static>(count: u32)
Expand description
Dispatchable call to change MemberCount
.
This will only have an effect the next time a refresh happens
(this happens each Period
).
May only be called from root.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::change_member_count
.