Created
April 2, 2019 21:24
-
-
Save adrake33/b505a496fc78b7cc8b4b69294b9b3269 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 not any additional logging needed for this, especially since the time range can vary | |
export interface AccountTimeRangeResult { | |
positions: number; | |
marketsCreated: number; | |
numberOfTrades: number; | |
successfulDisputes: number; | |
marketsTraded: number; | |
redeemedPositions: number; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment