interface IndexerServerRewardsEpoch {
    epoch: number;
    start_time: string;
    period: string;
    num_eligible_addresses: number;
    address_rewards: IndexerServerSubaccountRewardsForProduct[];
    global_rewards: IndexerServerGlobalRewardsForProduct[];
}

Properties

epoch: number
start_time: string
period: string
num_eligible_addresses: number