Skip to content

Instantly share code, notes, and snippets.

@adrake33
Created April 2, 2019 21:15
Show Gist options
  • Save adrake33/927f7daff3041fa8c7fb3f266b3e8d8b to your computer and use it in GitHub Desktop.
Save adrake33/927f7daff3041fa8c7fb3f266b3e8d8b to your computer and use it in GitHub Desktop.
// Will require getting data from multiple event types, but not sure there's a better way to do this using different logs.
export interface MarketWinnings {
marketId: Address;
winnings: BigNumber;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment