pub async fn init(
key: CollatorPair,
para_id: Id,
overseer_handle: Handle,
) -> Receiver<CollationRequest>
Expand description
Initialize the collator with Polkadot’s collation-generation subsystem, returning a stream of collation requests to handle.