eth_protocolVersion

半兽人 发表于: 2020-03-14   最后更新时间: 2020-03-14 15:19:56  
{{totalSubscript}} 订阅, 1,767 游览

eth_protocolVersion,返回当前以太坊协议的版本

参数:

  • none

返回:

  • String - The current ethereum protocol version

举例:

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

// Result
{
  "id":67,
  "jsonrpc": "2.0",
  "result": "54"
}
更新于 2020-03-14
在线,2小时前登录

查看ethereumj更多相关的文章或提一个关于ethereumj的问题,也可以与我们一起分享文章