ADAPoolEpochInfoResponse constructor

ADAPoolEpochInfoResponse({
  1. required int epoch,
  2. required int blocks,
  3. required String activeStake,
  4. required num activeSize,
  5. required int delegatorsCount,
  6. required String rewards,
  7. required String fees,
})

Implementation

ADAPoolEpochInfoResponse({
  required this.epoch,
  required this.blocks,
  required this.activeStake,
  required this.activeSize,
  required this.delegatorsCount,
  required this.rewards,
  required this.fees,
});