Strategies
The basic sequencing strategy bundled with the SDK is the FIFO strategy. It does nothing tbh.Custom strategies
You can create your own strategy by extending theBaseStrategy
and overriding the orderTxLogic
class and pass it on to the rollup.
Example: