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