pub fn new_pc_command_deps(
config: &Configuration,
) -> Result<(Arc<TFullClient<Block, RuntimeApi, WasmExecutor<SubstrateHostFunctions>>>, TaskManager, Arc<dyn AuthoritySelectionDataSource + Send + Sync>), Error>
Expand description
This function provides dependencies of partner_chains_node_commands::PartnerChainsSubcommand. It is not mandatory to have such a dedicated function, new_partial could be enough, however using such a specialized function decreases number of possible failures and wiring time.