Function subcoin_service::start_substrate_network
source ยท pub fn start_substrate_network<N>(
config: &mut Configuration,
client: Arc<FullClient>,
_backend: Arc<FullBackend>,
task_manager: &mut TaskManager,
bitcoin_network: Network,
telemetry: Option<Telemetry>,
) -> Result<(TracingUnboundedSender<Request<OpaqueBlock>>, Arc<SyncingService<OpaqueBlock>>), Error>where
N: NetworkBackend<OpaqueBlock, <OpaqueBlock as BlockT>::Hash>,
Expand description
Runs the Substrate networking.