pub fn merge_rings<T: Config>(
base_ring_index: RingIndex,
target_ring_index: RingIndex,
)
Expand description
Merge the people in two rings into a single, new ring. In order for the rings to be eligible for merging, they must be below 1/2 of max capacity, have no pending suspensions and not be the top ring used for onboarding.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::merge_rings
.