Last active
August 26, 2021 23:05
-
-
Save MagRelo/cb13269261a9691903b4a98149af95a4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
firstFans: [], // sorted by reverse chronological; how many? | |
topFans: [], // sorted by ra, how many? | |
uniqueBidders: [], //do we need/want this? | |
topBids: [], // how many? | |
asset: {}, | |
nextBid: {number} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
firstFans: 3 first fans
topFans: 7 top fans, sorted by Ra
uniqueBidders 7 unique bidders, sorted by bid value
topBids: 3 top bids
also, don't forget totalRas! (unless you're keeping that on the asset)