OrderGroup
struct OrderGroup {
address sellToken;
address buyToken;
Order[] orders;
Price midPrice;
}Last updated
Was this helpful?
Group of orders defined by the same sellToken and buyToken
struct OrderGroup {
address sellToken;
address buyToken;
Order[] orders;
Price midPrice;
}Last updated
Was this helpful?
Was this helpful?