closeAmount property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
  2. @NullableBigIntSerializer()
BigInt? closeAmount
final

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

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@NullableBigIntSerializer()
final BigInt? closeAmount;