sender property

  1. @JsonKey(name: 'sender')
String? sender
final

The effective sender during a clawback transactions. If this is not a zero value, the real transaction sender must be the Clawback address from the AssetParams.

Implementation

@JsonKey(name: 'sender')
final String? sender;