closeAmount property

  1. @JsonKey(name: 'close-amount')
  2. @NullableBigIntSerializer()
BigInt? closeAmount
final

Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.

Implementation

@JsonKey(name: 'close-amount')
@NullableBigIntSerializer()
final BigInt? closeAmount;