We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c2033 commit e465ce2Copy full SHA for e465ce2
docs/providers.rst
@@ -412,6 +412,7 @@ Eth
412
- :meth:`web3.eth.get_transaction() <web3.eth.Eth.get_transaction>`
413
- :meth:`web3.eth.get_transaction_count() <web3.eth.Eth.get_transaction_count>`
414
- :meth:`web3.eth.send_transaction() <web3.eth.Eth.send_transaction>`
415
+- :meth:`web3.eth.send_raw_transaction() <web3.eth.Eth.send_raw_transaction>`
416
417
Net
418
***
newsfragments/2135.doc.rst
@@ -0,0 +1,2 @@
1
+- Add async ``eth.send_raw_transaction`` methods.
2
+- Update AsyncHTTPProvider doc Supported Methods to include ``web3.eth.send_raw_transaction()``.
0 commit comments