Function: cancelOrders(SilicaOrder[] orders)
This function is used to cancel multiple orders.
Inputs
ordersControl: Arbitrary.
Constraints: None.
Impact: Array of orders.
Branches and code coverage
Intended branches
Update
sOrderCancelledfor each order inorders.
Negative behavior
Reverts if the caller is not the maker of the order.