frequency_service::service

Function start_parachain_node

Source
pub async fn start_parachain_node(
    parachain_config: Configuration,
    polkadot_config: Configuration,
    collator_options: CollatorOptions,
    para_id: ParaId,
    hwbench: Option<HwBench>,
    override_pool_config: Option<TransactionPoolOptions>,
) -> Result<(TaskManager, Arc<ParachainClient>)>
Expand description

Start a node with the given parachain Configuration and relay chain Configuration.

This is the actual implementation that is abstract over the executor and the runtime api.