calcBlockInfo method

void calcBlockInfo()

Implementation

void calcBlockInfo() {
  this.createdInBlock = (this.account! / 5).floor();
  this.isFoundationReward =
      PascalCoinInfo.isDeveloperReward(this.createdInBlock!) &&
          this.account! % 5 == 4;
}