pub fn assign_temp_parachain_slot<T: Config>(
    id: ParaId,
    lease_period_start: SlotLeasePeriodStart
)
Expand description

Assign a temporary parachain slot. The function tries to create a lease for it immediately if SlotLeasePeriodStart::Current is specified, and if the number of currently active temporary slots is below MaxTemporarySlotPerLeasePeriod.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::assign_temp_parachain_slot.