Function parachain_staking::pallet::dispatchables::force_new_round
source · pub fn force_new_round<T: Config>()
Expand description
Forces the start of the new round in the next block.
The new round will be enforced via <T as ShouldEndSession<_>>::should_end_session.
The dispatch origin must be Root.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_new_round
.