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
@H_502_10@
1.项目node_modules 下找到web3 下types.d.ts文件
Eth
): Promise
@H_502_10@
增加TransactionRaw定义
@H_502_10@
2.项目node_modules 下找到 web3-eth中 index.js