ADARewardHistoryResponse constructor

ADARewardHistoryResponse({
  1. required int epoch,
  2. required String amount,
  3. required String poolId,
  4. required String type,
})

Implementation

ADARewardHistoryResponse({
  required this.epoch,
  required this.amount,
  required this.poolId,
  required this.type,
});