interface IndexerServerBlitzPointsResponse {
    initial_points: string;
    trading_points: string;
    referral_points: string;
    phase2_points: {
        rank: string;
        epoch: number;
        start_time: string;
        period: string;
        trading_points: string;
        referral_points: string;
    }[];
}

Properties

initial_points: string
trading_points: string
referral_points: string
phase2_points: {
    rank: string;
    epoch: number;
    start_time: string;
    period: string;
    trading_points: string;
    referral_points: string;
}[]