identity property

  1. @TagNumber(3)
CreateWalletRequest_ExternalIdentity identity

Optional identity to add to the wallet (email or sms). Use this field when inviting participants into an ecosystem. If this field is set, an auth token will not be sent in the response.

Implementation

@$pb.TagNumber(3)
CreateWalletRequest_ExternalIdentity get identity => $_getN(2);
  1. @TagNumber(3)
void identity=(CreateWalletRequest_ExternalIdentity v)

Implementation

@$pb.TagNumber(3)
set identity(CreateWalletRequest_ExternalIdentity v) {
  setField(3, v);
}