authAddress property

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

(sgnr) this is included with signed transactions when the signing address does not equal the sender. The backend can use this to ensure that auth addr is equal to the accounts auth addr.

Implementation

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