closeTo property

  1. @JsonKey(name: 'close-to')
String? closeTo
final

Indicates that the asset should be removed from the account's Assets map, and specifies where the remaining asset holdings should be transferred. It's always valid to transfer remaining asset holdings to the creator account.

Implementation

@JsonKey(name: 'close-to')
final String? closeTo;