interface IndexerServerFoundationTakerRewardsWeek {
    week: number;
    start_time: string;
    period: string;
    address_rewards: IndexerServerFoundationTakerRewardsForProduct[];
    global_rewards: IndexerServerFoundationTakerGlobalRewardsForProduct[];
}

Properties

week: number
start_time: string
period: string