View on GitHub

web3js-cn

web3.version.whisper

返回whisper协议版本。

同步调用:

web3.version.whisper

异步调用:

web3.version.getWhisper(callback(error, result){ ... })

返回值:

示例:

//省略初始化过程
var version = web3.version.whisper;
console.log(version);
//20

注意:EthereumJS testRPC客户端不支持这个命令,报错Error: Error: RPC method shh_version not supported.

教程推荐: