Created
March 15, 2019 19:26
-
-
Save adrake33/cb1fd6f2320727d726b2a1ece11bd848 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Probably nothing additional to log | |
export interface GetBetterWorseOrdersResults { | |
betterOrderId: Address|null; | |
worseOrderId: Address|null; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍