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

InternalTrade

Git Source

Struct containing data for an internal trade.

struct InternalTrade {
    address fromBasket;
    address sellToken;
    address buyToken;
    address toBasket;
    uint256 sellAmount;
    uint256 minAmount;
    uint256 maxAmount;
}