QueryTotalRewardByEpochResponse constructor

const QueryTotalRewardByEpochResponse({
  1. TotalReward? totalReward,
  2. bool? isLegacy,
})

Implementation

const QueryTotalRewardByEpochResponse({this.totalReward, this.isLegacy});