added RPC/IPC support
This commit is contained in:
committed by
Bas van Kervel
parent
2f55a1d798
commit
8ebf2d8fad
7
rpc/comms/comms.go
Normal file
7
rpc/comms/comms.go
Normal file
@ -0,0 +1,7 @@
|
||||
package comms
|
||||
|
||||
type EthereumClient interface {
|
||||
Close()
|
||||
Send(interface{}) error
|
||||
Recv() (interface{}, error)
|
||||
}
|
Reference in New Issue
Block a user