Skip to content

Commit e465ce2

Browse files
committed
📝 update note about async provider
1 parent e5c2033 commit e465ce2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/providers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ Eth
412412
- :meth:`web3.eth.get_transaction() <web3.eth.Eth.get_transaction>`
413413
- :meth:`web3.eth.get_transaction_count() <web3.eth.Eth.get_transaction_count>`
414414
- :meth:`web3.eth.send_transaction() <web3.eth.Eth.send_transaction>`
415+
- :meth:`web3.eth.send_raw_transaction() <web3.eth.Eth.send_raw_transaction>`
415416

416417
Net
417418
***

newsfragments/2135.doc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)