Function pallet_babe::pallet::dispatchables::plan_config_change
source · pub fn plan_config_change<T: Config>(config: NextConfigDescriptor)
Expand description
Plan an epoch config change. The epoch config change is recorded and will be enacted on
the next call to enact_epoch_change
. The config will be activated one epoch after.
Multiple calls to this method will replace any existing planned config change that had
not been enacted yet.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::plan_config_change
.