externalIdentityIds property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(8)
List<String> externalIdentityIds

List of external identity IDs (email addresses, phone numbers, etc.) associated with this wallet. This is deprecated; use external_identities instead.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(8)
$core.List<$core.String> get externalIdentityIds => $_getList(7);