LimitedToken

Git Source

Struct representing a token, and the available Actions for performing a swap.

struct LimitedToken {
    uint256 actionMask;
    address token;
}