Skip to content

Multi Simulations

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 04 Jul 04:50
· 57 commits to master since this release
15b58a6

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