rekeyTo property

  1. @JsonKey(name: 'rekey-to')
String? rekeyTo
final

When included in a valid transaction, the accounts auth addr will be updated with this value and future signatures must be signed with the key represented by this address.

Implementation

@JsonKey(name: 'rekey-to')
final String? rekeyTo;