Package org.web3j.protocol.core
Interface Batcher
-
- All Known Implementing Classes:
JsonRpc2_0Admin,JsonRpc2_0Web3j
public interface Batcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchRequestnewBatch()Create a newBatchRequest.
-
-
-
Method Detail
-
newBatch
BatchRequest newBatch()
Create a newBatchRequest.
-
-