interface IndexerServerFoundationTakerRewardsResponse {
    foundation_taker_rewards: IndexerServerFoundationTakerRewardsWeek[];
    update_time: string;
}

Properties

foundation_taker_rewards: IndexerServerFoundationTakerRewardsWeek[]
update_time: string