interface IndexerServerRewardsResponse {
    rewards: IndexerServerRewardsEpoch[];
    update_time: string;
    total_referrals: string;
}

Properties

update_time: string
total_referrals: string