Function subcoin_service::new_partial
source ยท pub fn new_partial(
config: &Configuration,
bitcoin_network: Network,
) -> Result<PartialComponents<FullClient, FullBackend, LongestChain<FullBackend, OpaqueBlock>, DefaultImportQueue<OpaqueBlock>, TransactionPoolHandle<OpaqueBlock, FullClient>, Option<Telemetry>>, Error>
Expand description
Creates a partial node, for the chain ops commands.