rewardsRate property

  1. @JsonKey(name: 'rewards-rate')
  2. @BigIntSerializer()
BigInt rewardsRate
final

Number of new MicroAlgos added to the participation stake from rewards at the next round.

Implementation

@JsonKey(name: 'rewards-rate')
@BigIntSerializer()
final BigInt rewardsRate;