epochCredits property
The history of how many credits earned by the end of each epoch, as an array of arrays containing: (epoch, credits, previousCredits).
"epochCredits": [
[1, 64, 0],
[2, 192, 64]
]
Implementation
final List<List<int>> epochCredits;