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