返回当前运行的whisper版本。
调用:
web3.shh.getVersion([callback])
参数:
callback:Function - 可选的回调函数,其第一个参数为错误对象,第二个参数为结果
callback
返回值:
String - 当前运行中的whisper版本
String
示例代码:
web3.shh.getVersion() .then(console.log); > "5.0"