EraReport constructor

EraReport(
  1. List<ClPublicKey> equivocators,
  2. List<ClPublicKey> inactiveValidators,
  3. List<Reward> rewards
)

Implementation

EraReport(this.equivocators, this.inactiveValidators, this.rewards);