sender property

  1. @JsonKey(name: 'snd')
  2. @AddressSerializer()
Address? sender
final

The address of the account that pays the fee and amount.

Implementation

@JsonKey(name: 'snd')
@AddressSerializer()
final Address? sender;