web3.shh.getVersion
返回当前运行的whisper版本。
调用:
web3.shh.getVersion([callback])
参数:
callback
:Function - 可选的回调函数,其第一个参数为错误对象,第二个参数为结果
返回值:
String
- 当前运行中的whisper版本
示例代码:
web3.shh.getVersion()
.then(console.log);
> "5.0"
在线工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器
返回当前运行的whisper版本。
调用:
web3.shh.getVersion([callback])
参数:
callback
:Function - 可选的回调函数,其第一个参数为错误对象,第二个参数为结果
返回值:
String
- 当前运行中的whisper版本
示例代码:
web3.shh.getVersion()
.then(console.log);
> "5.0"