have the ability to alter logic that runs in the sync pipeline represented in the form ``` { [stateName]: [ functionName, functionName2 ], ... } ``` an example ``` { "initial": [ storeBlock ], "initial:complete": [ calculateFees, ] } ```
have the ability to alter logic that runs in the sync pipeline
represented in the form
an example