QueryTotalRewardByEpochResponse constructor
const
QueryTotalRewardByEpochResponse({
- TotalReward? totalReward,
- bool? isLegacy,
Implementation
const QueryTotalRewardByEpochResponse({this.totalReward, this.isLegacy});