我如何通过web3.js找到以下块
我找不到任何执行以下操作的聚合功能。
从发送大多数交易的地址。
解决收到大多数交易的问题。
汽油价格最高的交易
I can't find any aggregation functions that do the following.
From the address that sent most transactions.
To address that received most transactions.
The transaction with the highest gas price
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有。但是,可以在一个块中迭代交易列表并自己生成这些数据,但是:
可以从上面调整其他功能。
There aren't any. It is possible to iterate through the transaction list in a block and generate these data yourself, however:
Other functions can be adapted from the above.