Replies: 5 comments
-
Can you include an example of the output of that call? Is it just the serialized transaction? |
Beta Was this translation helpful? Give feedback.
-
Yes sir just the (RLP?) serialized signed transaction like: https://etherscan.io/getRawTx?tx=0x3866bd52ab1273b9b014e81f981fb35e6b1ec3254514e09c604921ecc17a6ad6 |
Beta Was this translation helpful? Give feedback.
-
The GETH call is |
Beta Was this translation helpful? Give feedback.
-
So, this is not something I'm likely going to add to the BaseProvider. The goal of the Provider object is to provide a high-level interface to commonly used, base methods. If you have a JsonRpcProvider (or sub-class), you can use the Does that make sense? |
Beta Was this translation helpful? Give feedback.
-
Thanks will play with this! |
Beta Was this translation helpful? Give feedback.
-
Is it possible to provide some quick guidance/instructions on how we can add the GETH
getRawTransaction
method to perhaps the provider class, similar to this for web3.js: https://www.tutorialfor.com/blog-244923.htmI'm guessing it's not a commonly used method, hence the request for some help adding it to my local version instead of including it in the main release.
Beta Was this translation helpful? Give feedback.
All reactions