Skip to content
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

"The method eth_sendTransaction does not exist/ is not available" #126

Closed
victorylau opened this issue Sep 21, 2022 · 3 comments
Closed

Comments

@victorylau
Copy link

victorylau commented Sep 21, 2022

No description provided.

@koraykoska
Copy link
Member

@victorylau We do not officially support methods that encourage behaviour that is deprecated due to obvious security concerns. You can add any methods using extension functions. Simply look at the Web3 class and copy the eth.sendRawTransaction, modify it to match whatever request you want to support and rename it. That way you can support any method you want with a few lines of code.

A good read about

@koraykoska
Copy link
Member

See #116

@victorylau
Copy link
Author

@victorylau We do not officially support methods that encourage behaviour that is deprecated due to obvious security concerns. You can add any methods using extension functions. Simply look at the Web3 class and copy the eth.sendRawTransaction, modify it to match whatever request you want to support and rename it. That way you can support any method you want with a few lines of code.

A good read about

Thanks a lot. I resolve my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants