authAddress property

  1. @JsonKey(name: 'auth-addr')
String? authAddress
final

the address against which signing should be checked. If empty, the address of the current account is used. This field can be updated in any transaction by setting the RekeyTo field.

Implementation

@JsonKey(name: 'auth-addr')
final String? authAddress;