We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't have support for the eth_getRawTransactionByHash RPC method.
eth_getRawTransactionByHash
Add it to BaseEth, and add it to both Eth and AsyncEth following established patterns. Tests will need to be added as well.
BaseEth
Eth
AsyncEth
The text was updated successfully, but these errors were encountered:
Hello! I would like to work on this. Could you assign this task to me? :)
Sorry, something went wrong.
Done! Let me know if you need any guidance! PR-ing early and often is best! Thanks!
Fixed in #2051
Moras-del
No branches or pull requests
What was wrong?
We don't have support for the
eth_getRawTransactionByHash
RPC method.How can it be fixed?
Add it to
BaseEth
, and add it to bothEth
andAsyncEth
following established patterns. Tests will need to be added as well.The text was updated successfully, but these errors were encountered: