amountWithoutPendingRewards property

  1. @JsonKey(name: 'amount-without-pending-rewards')
  2. @BigIntSerializer()
BigInt amountWithoutPendingRewards
final

specifies the amount of MicroAlgos in the account, without the pending rewards.

Implementation

@JsonKey(name: 'amount-without-pending-rewards')
@BigIntSerializer()
final BigInt amountWithoutPendingRewards;