Class UnixIpcService

  • All Implemented Interfaces:
    Web3jService

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

      • UnixIpcService

        public UnixIpcService​(java.lang.String ipcSocketPath)
      • UnixIpcService

        public UnixIpcService​(java.lang.String ipcSocketPath,
                              boolean includeRawResponse)