TotalReward constructor

const TotalReward({
  1. List<Coin> miningReward = const [],
  2. List<Coin> trafficReward = const [],
})

Implementation

const TotalReward({
  this.miningReward = const [],
  this.trafficReward = const [],
});