Created
March 15, 2019 18:14
-
-
Save adrake33/10c16da8ac291ef392cc6844a741b888 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
// Should log when market creator has unclaimed fees & when they are claimed? | |
export interface MarketCreatorFee { | |
marketId: string; | |
unclaimedFee: string; | |
} | |
export interface GetMarketCreatorFeesResults { | |
[index: number]: Array<MarketCreatorFee>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yea this is a good candidate for a new log to provide this data