pub fn create_malicious_operator_configuration<Cli: SubstrateCli>(
domain_id: DomainId,
base_path: BasePath,
domain_cli: &DomainCli,
chain_spec: Box<dyn ChainSpec>,
tokio_handle: Handle,
) -> Result<Configuration>
Expand description
Create a Configuration object from the current object, port from sc_cli::create_configuration
and changed to take chain_spec
as argument instead of construct one internally.