how can get raw transaction from pending transaction tx hash? #2173
Unanswered
superleech0113
asked this question in
Q&A
Replies: 2 comments 2 replies
-
According to https://docs.ethers.io/v5/api/providers/provider/#Provider--transaction-methods |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
web3.py support get_raw_transaction(txHash) which use eth_getRawTransactinByHash method call.
I want to know ethers.js also support this.
Beta Was this translation helpful? Give feedback.
All reactions