Class UnixIpcService

All Implemented Interfaces:
Web3jService

public class UnixIpcService extends IpcService
Unix domain socket implementation of our services API.
  • Constructor Details

    • UnixIpcService

      public UnixIpcService(String ipcSocketPath)
    • UnixIpcService

      public UnixIpcService(String ipcSocketPath, boolean includeRawResponse)
  • Method Details