Last active
April 2, 2019 20:20
-
-
Save adrake33/5a14eb77bddc2db86797d73ddf940bee 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
// Seems like we can obtain these with the logs we have. Not sure if we could add any new logs to facilitate calculating these totals? | |
export interface PlatformActivityResult { | |
activeUsers: BigNumber; | |
numberOfTrades: BigNumber; | |
openInterest: BigNumber; | |
marketsCreated: BigNumber; | |
volume: BigNumber; | |
amountStaked: BigNumber; | |
disputedMarkets: BigNumber; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment