rewardsResidue property

  1. @JsonKey(name: 'rewards-residue')
  2. @BigIntSerializer()
BigInt rewardsResidue
final

Number of leftover MicroAlgos after the distribution of RewardsRate/rewardUnits MicroAlgos for every reward unit in the next round.

Implementation

@JsonKey(name: 'rewards-residue')
@BigIntSerializer()
final BigInt rewardsResidue;