clawbackAddress property

  1. @JsonKey(name: 'c')
  2. @AddressSerializer()
Address? clawbackAddress
final

The address of the account that can clawback holdings of this asset. If empty, clawback is not permitted.

Implementation

@JsonKey(name: 'c')
@AddressSerializer()
final Address? clawbackAddress;