pub async fn init(
    key: CollatorPair,
    para_id: ParaId,
    overseer_handle: OverseerHandle
) -> Receiver<CollationRequest>
Expand description

Initialize the collator with Polkadot’s collation-generation subsystem, returning a stream of collation requests to handle.