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.