Function pallet_sassafras::pallet::dispatchables::plan_config_change
source · pub fn plan_config_change<T: Config>(config: EpochConfiguration)
Expand description
Plan an epoch configuration change.
The epoch configuration change is recorded and will be announced at the beginning of the next epoch together with next epoch authorities information. In other words, the configuration will be enacted one epoch later.
Multiple calls to this method will replace any existing planned config change that has 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
.