Ether – How to Make Batch Transaction in Ethereum Using Web3.py

djangoetherpythonweb3.py

I want to make batch transaction in ethereum using the web3.py. I found
web3.createBatch() in Web3.js, but i can not find it on web3.py.

Best Answer

Batching is not supported in web3.py, as of v4.5.0. Follow this issue if you would like to be notified if/when it is added.