Function subcoin_service::new_partial

source ยท
pub fn new_partial(
    config: &Configuration,
    bitcoin_network: Network,
) -> Result<PartialComponents<FullClient, TFullBackend<OpaqueBlock>, LongestChain<TFullBackend<OpaqueBlock>, OpaqueBlock>, DefaultImportQueue<OpaqueBlock>, FullPool<OpaqueBlock, FullClient>, Option<Telemetry>>, Error>
Expand description

Creates a partial node, for the chain ops commands.