LimitedToken
Struct representing a token, and the available Actions for performing a swap.
struct LimitedToken {
uint256 actionMask;
address token;
}
Struct representing a token, and the available Actions for performing a swap.
struct LimitedToken {
uint256 actionMask;
address token;
}