pub async fn start_collator<Block, RA, BS, Spawner>(
    __arg0: StartCollatorParams<Block, RA, BS, Spawner>
)where
    Block: BlockT,
    BS: BlockBackend<Block> + Send + Sync + 'static,
    Spawner: SpawnNamed + Clone + Send + Sync + 'static,
    RA: ProvideRuntimeApi<Block> + Send + Sync + 'static,
    RA::Api: CollectCollationInfo<Block>,
Expand description

Start the collator.