web3.shh.newSymKey
生成随机对称密钥,保存后返回ID,该对称秘钥用于消息加密和解密。
调用:
web3.shh.newSymKey([callback])
参数:
callback
:Function - 可选的回调函数,其第一个参数为错误对象,第二个参数为返回结果
返回值:
String
- 成功时返回ID,失败时返回错误信息
示例代码:
web3.shh.newSymKey()
.then(console.log);
> "cec94d139ff51d7df1d228812b90c23ec1f909afa0840ed80f1e04030bb681e4"