Multi Simulations
This release adds a new multiSim
method to the API that allows you to simulate multiple transactions against the next block. It works the same as the simulation
method, except that it takes an array of transaction objects that you would like to sim rather than a single object.
Changelog:
- 4.4.1-0.1.0: [feature] - Multi Sim #199