closeRemainderTo property

  1. @JsonKey(name: 'close')
  2. @AddressSerializer()
Address? closeRemainderTo
final

When set, indicates that the sending account should be closed and all remaining funds be transferred to this address.

Implementation

@JsonKey(name: 'close')
@AddressSerializer()
final Address? closeRemainderTo;