pub fn schedule_finality_version_change<T: Config>(
version_incoming: Version,
session: SessionIndex
)
Expand description
Schedules a finality version change for a future session. If such a scheduled future version is already set, it is replaced with the provided one. Any rescheduling of a future version change needs to occur at least 2 sessions in advance of the provided session of the version change. In order to cancel a scheduled version change, a new version change should be scheduled with the same version as the current one.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::schedule_finality_version_change
.