Module pallet_phron::pallet::dispatchables
source · Expand description
Functions§
- 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.
- Sets the emergency finalization key. If called in session
N
the key can be used to finalize blocks from sessionN+2
onwards, until it gets overridden.