Skip to content

Instantly share code, notes, and snippets.

@adrake33
Created April 2, 2019 21:24
Show Gist options
  • Save adrake33/b505a496fc78b7cc8b4b69294b9b3269 to your computer and use it in GitHub Desktop.
Save adrake33/b505a496fc78b7cc8b4b69294b9b3269 to your computer and use it in GitHub Desktop.
// 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