Function polkadot_runtime_parachains::set_current_head
source · pub fn set_current_head<T: Config>(id: ParaId, new_head: HeadData)
Expand description
Sets the current parachain head with the given id.
This simply calls crate::paras::Pallet::set_current_head
.