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

BatchSettlement

Git Source

struct BatchSettlement {
Loan[] loans;
LimitOrderExecution[] limitOrders;
SmartOrderExecution[] smartOrders;
DEXSwap[] dexSwaps;
TurbinePoolExecution[] poolExecutions;
// TODO: Fynd integration
// FyndExecution[] fyndExecutions;
LimitAmount[] limitAmounts;
}

Last updated

Was this helpful?