closeRemainderTo property

  1. @JsonKey(name: 'close-remainder-to')
String? 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-remainder-to')
final String? closeRemainderTo;