epochCredits property

List<EpochCredits> epochCredits
final

History of how many credits earned by the end of each epoch, as an array of arrays containing: epoch, credits, previousCredits.

Implementation

final List<EpochCredits> epochCredits;