ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
4.89k stars 1.67k forks source link

docs: introduce batch requests #3393

Closed wolovim closed 1 month ago

wolovim commented 1 month ago

What was wrong?

batch_requests api needs documenting

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

fselmo commented 1 month ago

Oh, it will be important to capture the async functionality as well since the await is not required when adding requests to the batch. However, when executing, it will need to be awaited via await batch.async_execute().