Skip to content

Flow item result

FlowItemResult dataclass #

FlowItemResult(
    datapoints: dict[str, int], total_votes: int
)

Result of a flow item containing elo scores and vote count.

Attributes:

Name Type Description
datapoints dict[str, int]

Mapping of asset identifier to elo score.

total_votes int

Total number of votes cast for this flow item.