eth_getRawTransactionByHash
nofollow" href="https://ethereum.stackexchange.com/questions/7473/get-raw-transaction-from-hash">https://ethereum.stackexchange.com/questions/7473/get-raw-transaction-from-hash
There is an "undocumented" method eth_getRawTransactionByHash from JSON-RPC
"],"id":1}' http://localhost:8545
- transaction id
1.项目node_modules 下找到web3 下types.d.ts文件
Eth
): Promise
增加TransactionRaw定义
2.项目node_modules 下找到 web3-eth中 index.js
增加方法
3.项目node_modules 下找到 web3-core-helpers中 formatters.js
增加 outputTransactionRawFormatter并module.exports中也增加对应
备注:以上代码是1.0.版本的
总结
以上所述是小编给大家介绍的web3.js增加eth.getRawTransactionByHash(txhash)方法步骤。编程之家 jb51.cc 收集整理的教程希望能对你有所帮助,如果觉得编程之家不错,可分享给好友!感谢支持。
原文链接:https://www.f2er.com/js/33175.html