cx_leaderboard v0.1.0 CxLeaderboard.Record View Source
Record is the tuple-based structure that you get back when querying a leaderboard. In addition to the stored entry it also carries stats like rank and percentile.
Link to this section Summary
Types
Any entry stats returned by the indexer
Any rank stats returned by the indexer
This is how each record comes back to you from the leaderboard. See below for breakdowns of each type
Link to this section Types
Any entry stats returned by the indexer.
Any rank stats returned by the indexer
Link to this type
t()
View Source
t() :: {CxLeaderboard.Entry.key(), CxLeaderboard.Entry.payload(), {entry_stats(), rank_stats()}}
This is how each record comes back to you from the leaderboard. See below for breakdowns of each type.