Interface RarityStrategy

interface RarityStrategy {
    calculatedAt: string;
    maxRank: number;
    strategyId: string;
    strategyVersion: string;
    tokensScored: number;
}

Properties

calculatedAt: string
maxRank: number
strategyId: string
strategyVersion: string
tokensScored: number