assetSender property

  1. @JsonKey(name: 'asnd')
  2. @AddressSerializer()
Address? assetSender
final

The sender of the transfer. The regular sender field should be used and this one set to the zero value for regular transfers between accounts.

If this value is nonzero, it indicates a clawback transaction where the sender is the asset's clawback address and the asset sender is the address from which the funds will be withdrawn.

Implementation

@JsonKey(name: 'asnd')
@AddressSerializer()
final Address? assetSender;