File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Sync middlewares include:
4040Async middlewares include:
4141
4242* ``gas_price_strategy ``
43+ * ``name_to_address ``
4344* ``attrdict ``
4445* ``validation ``
4546* ``gas_estimate ``
@@ -66,6 +67,7 @@ AttributeDict
6667~~~~~~~~~~~~~~~~~~~~~
6768
6869.. py :method :: web3.middleware.name_to_address_middleware
70+ web3.middleware.async_name_to_address_middleware
6971
7072 This middleware converts Ethereum Name Service (ENS) names into the
7173 address that the name points to. For example :meth: `w3.eth.send_transaction <web3.eth.Eth.send_transaction> ` will
Original file line number Diff line number Diff line change 6666 geth_poa_middleware ,
6767)
6868from .names import ( # noqa: F401
69+ async_name_to_address_middleware ,
6970 name_to_address_middleware ,
7071)
7172from .normalize_request_parameters import ( # noqa: F401
You can’t perform that action at this time.
0 commit comments