Added protocol caps accessors

This commit is contained in:
obscuren
2014-09-26 13:45:26 +02:00
parent 68119d0929
commit b8354124be
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ type Peer interface {
Version() string
PingTime() string
Connected() *int32
Caps() *ethutil.Value
}
type EthManager interface {