For the complete documentation index, see llms.txt. This page is also available as Markdown.

OrderGroup

Git Source

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?