web3.shh.getVersion - 返回whisper协议版本

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

返回当前运行的whisper版本。

调用:

web3.shh.getVersion([callback])

参数:

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

返回值:

String - 当前运行中的whisper版本

示例代码:

web3.shh.getVersion()
.then(console.log);
> "5.0"