receiver property

  1. @JsonKey(name: 'rcv')
  2. @AddressSerializer()
Address? receiver
final

The address of the account that receives the amount.

Implementation

@JsonKey(name: 'rcv')
@AddressSerializer()
final Address? receiver;