rekeyTo property

  1. @JsonKey(name: 'rekey')
  2. @AddressSerializer()
Address? rekeyTo
final

Specifies the authorized address. This address will be used to authorize all future transactions. TODO Change key

Implementation

@JsonKey(name: 'rekey')
@AddressSerializer()
final Address? rekeyTo;