Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ExternalTrade

Git Source

Struct containing data for an external trade.

struct ExternalTrade {
    address sellToken;
    address buyToken;
    uint256 sellAmount;
    uint256 minAmount;
    BasketTradeOwnership[] basketTradeOwnership;
}