shh_version,返回当前whisper协议版本。
参数
- none
返回
- String - 返回当前whisper协议版本。
例子
// Request
curl -X POST --data '{"jsonrpc":"2.0","method":"shh_version","params":[],"id":67}'
// Result
{
"id":67,
"jsonrpc": "2.0",
"result": "2"
}
shh_version,返回当前whisper协议版本。
参数
返回
例子
// Request
curl -X POST --data '{"jsonrpc":"2.0","method":"shh_version","params":[],"id":67}'
// Result
{
"id":67,
"jsonrpc": "2.0",
"result": "2"
}