closeTo property

  1. @JsonKey(name: 'aclose')
  2. @AddressSerializer()
Address? closeTo
final

Specify this field to remove the asset holding from the sender account and reduce the account's minimum balance.

Implementation

@JsonKey(name: 'aclose')
@AddressSerializer()
final Address? closeTo;