referrerpolicy=no-referrer-when-downgrade

Function staging_node_cli::service::new_partial

source ·
pub fn new_partial(
    config: &Configuration,
    mixnet_config: Option<&Config>,
) -> Result<PartialComponents<FullClient, TFullBackend<Block>, LongestChain<TFullBackend<Block>, Block>, DefaultImportQueue<Block>, TransactionPoolHandle<Block, FullClient>, (impl Fn(SubscriptionTaskExecutor) -> Result<RpcModule<()>, Error>, (BabeBlockImport<Block, FullClient, BeefyBlockImport<Block, TFullBackend<Block>, FullClient, GrandpaBlockImport<TFullBackend<Block>, Block, FullClient, LongestChain<TFullBackend<Block>, Block>>, AuthorityId>>, LinkHalf<Block, FullClient, LongestChain<TFullBackend<Block>, Block>>, BabeLink<Block>, BeefyVoterLinks<Block, AuthorityId>), SharedVoterState, Option<Telemetry>, Arc<Store>, Option<ApiBackend>)>, Error>
Expand description

Creates a new partial node.