返回到文章

采纳

编辑于

shh_newIdentity

ethereumj
命令

shh_newIdentity,在客户端创建新的whisper身份。

参数

  • none

返回

  • DATA, 60 Bytes - 新识别的地址。

例子

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

// Result
{
  "id":1,
  "jsonrpc": "2.0",
  "result": "0xc931d93e97ab07fe42d923478ba2465f283f440fd6cabea4dd7a2c807108f651b7135d1d6ca9007d5b68aa497e4619ac10aa3b27726e1863c1fd9b570d99bbaf"
}