eth_hashrate

返回兼容的哈希率占位值;TRON 不使用工作量证明,因此返回 0x0。

TRON 不使用工作量证明(Proof of Work),没有挖矿哈希率。该兼容方法固定返回 0x0

参数

示例

curl -X POST 'https://api.shasta.trongrid.io/jsonrpc' --data '{"jsonrpc":"2.0","method":"eth_hashrate","params":[],"id":1}'
{"jsonrpc":"2.0","id":1,"result":"0x0"}