返回到文章

采纳

编辑于

web3_clientVersion

ethereumj
ethereumj
命令

web3_clientVersion,返回当前客户端版本号

参数:

  • none

返回:

  • String - 当前客户端版本号

例子:

// Request
curl -X POST --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}'

// Result
{
  "id":67,
  "jsonrpc":"2.0",
  "result": "Mist/v0.9.3/darwin/go1.4.1"
}