pub fn new_chain_ops<Runtime, Dispatch>(
    config: &mut Configuration
) -> Result<(Arc<TFullClient<Block, Runtime, NativeElseWasmExecutor<Dispatch>>>, Arc<TFullBackend<Block>>, BasicQueue<Block, PrefixedMemoryDB<Hashing>>, TaskManager), Error> where
    Runtime: 'static + Send + Sync + ConstructRuntimeApi<Block, TFullClient<Block, Runtime, NativeElseWasmExecutor<Dispatch>>>,
    Runtime::RuntimeApi: RuntimeApiCollection<StateBackend = StateBackendFor<TFullBackend<Block>, Block>>,
    Dispatch: 'static + NativeExecutionDispatch, 
Expand description

Builds a new object suitable for chain operations.