referrerpolicy=no-referrer-when-downgrade
pub async fn start_collator<Block, RA, BS, Spawner>(
    params: StartCollatorParams<Block, RA, BS, Spawner>,
)
where Block: Block, BS: BlockBackend<Block> + Send + Sync + 'static, Spawner: SpawnNamed + Clone + Send + Sync + 'static, RA: ProvideRuntimeApi<Block> + Send + Sync + 'static, <RA as ProvideRuntimeApi<Block>>::Api: CollectCollationInfo<Block>,
๐Ÿ‘ŽDeprecated: Collators should run consensus futures which handle this logic internally
Expand description

Start the collator.