Add web3_clientVersion

This commit is contained in:
Taylor Gerring
2015-03-12 19:20:46 -05:00
parent 094f921e50
commit d4ed66c83d
3 changed files with 11 additions and 7 deletions

View File

@ -39,6 +39,7 @@ type Backend interface {
IsMining() bool
StartMining() error
StopMining()
Version() string
}
// Frontend should be implemented by users of XEth. Its methods are