web3.shh.newKeyPair - 创建密钥对

优质
小牛编辑
123浏览
2023-12-01

生成用于消息加密和解密的密钥对。

调用:

web3.shh.newKeyPair([callback])

参数:

callback:Function - 可选的回调函数,其第一个参数为错误对象,第二个参数为返回结果

返回值:

String - 密钥对生成成功则返回密钥ID,否则返回错误信息

示例代码:

web3.shh.newKeyPair()
.then(console.log);
> "5e57b9ffc2387e18636e0a3d0c56b023264c16e78a2adcba1303cefc685e610f"