pub fn start_node<N>(
    config: Configuration,
    evm_tracing_config: EvmTracingConfig
) -> Result<TaskManager, Error>
where N: NetworkBackend<Block, <Block as BlockT>::Hash>,
Expand description

Builds a new service.