-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Retrieving ETH Transaction Receipt #61
Comments
Thanks for your contribution. However, I had some doubt on our little package can handle Adding I would leave Avislash, your contribution does not come out in vain, it will always inspire and help people in the similiar needs. :) |
Also closes #62 . |
@nanmu42, I can respect your decision, however, I do need the proxy methods to be able to query the blockchain via Etherscan in order to get transaction receipts. Adding it to the library this way I don't need to use multiple services/API keys. I'll keep my fork up to facilitate my work in that regard and I'll push PRs back to this branch for future contributions. |
Thanks for your understanding. |
Add support for being able to retrieve an ETH Transaction Receipt (https://docs.etherscan.io/api-endpoints/geth-parity-proxy#eth_gettransactionreceipt)
The text was updated successfully, but these errors were encountered: