You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How did you handle it, or what should be the expected behavior if I want to validate that the account email already exists
// OpenAccount defines the open account command
message OpenAccount {
// Specifies the account id
string account_id = 1;
// Specifies the account email owner
string account_email = 2;
}
By the way , the prostate is always empty
Beta Was this translation helpful? Give feedback.
All reactions