时间:2021-07-01 10:21:17 帮助过:20人阅读
eth_getRawTransactionByHash
https://ethereum.stackexchange.com/questions/7473/get-raw-transaction-from-hash
There is an "undocumented" method eth_getRawTransactionByHash from JSON-RPC
1.项目node_modules 下找到web3 下types.d.ts文件
Eth
类中增加方法
增加TransactionRaw定义
2.项目node_modules 下找到 web3-eth中 index.js
增加方法
3.项目node_modules 下找到 web3-core-helpers中 formatters.js
增加 outputTransactionRawFormatter并module.exports中也增加对应
上面是我整理给大家的,希望今后会对大家有帮助。
相关文章:
Vue的路由动态重定向和导航守卫实例
JS实现为动态创建的元素添加事件操作示例
对vue里函数的调用顺序介绍
以上就是web3.js增加eth.getRawTransactionByHash(txhash)方法步骤的详细内容,更多请关注Gxl网其它相关文章!