pub fn spawn_ipc(api: EthApi, path: String) -> JoinHandle<()> ⓘ
Launches an ipc server at the given path in a new task
Panics if setting up the IPC connection was unsuccessful.