rewardsCalculationRound property

  1. @JsonKey(name: 'rewards-calculation-round')
  2. @BigIntSerializer()
BigInt rewardsCalculationRound
final

number of leftover MicroAlgos after the distribution of rewards-rate MicroAlgos for every reward unit in the next round.

Implementation

@JsonKey(name: 'rewards-calculation-round')
@BigIntSerializer()
final BigInt rewardsCalculationRound;