Type Alias trigger_onboard

trigger_onboard: TxDescriptor<{
    para: number;
}>

Try to onboard a parachain that has a lease for the current lease period.

This function can be useful if there was some state issue with a para that should have onboarded, but was unable to. As long as they have a lease period, we can let them onboard from here.

Origin must be signed, but can be called by anyone.