PillarEpochHistory constructor

PillarEpochHistory(
  1. String name,
  2. int epoch,
  3. int giveBlockRewardPercentage,
  4. int giveDelegateRewardPercentage,
  5. int producedBlockNum,
  6. int expectedBlockNum,
  7. int weight,
)

Implementation

PillarEpochHistory(
    this.name,
    this.epoch,
    this.giveBlockRewardPercentage,
    this.giveDelegateRewardPercentage,
    this.producedBlockNum,
    this.expectedBlockNum,
    this.weight);