package
Version:
v0.9.30
Opens a new window with list of versions in this module.
Published: Jun 15, 2015
License: LGPL-2.1-or-later
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Create a new IPC client, UNIX domain socket on posix, named pipe on Windows
type EthereumClient interface {
Close()
Send(interface{}) error
Recv() (interface{}, error)
}
type IpcConfig struct {
Endpoint string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.