getUserInfo returns user_identifier as well

This commit is contained in:
Mothana 2024-01-30 13:13:15 +04:00
parent a2a9cc5d01
commit 79ca9401e3
6 changed files with 3572 additions and 3548 deletions

View file

@ -318,6 +318,7 @@ message UserInfo{
string userId = 1;
int64 balance = 2;
int64 max_withdrawable = 3;
string user_identifier = 4;
}
message GetUserOperationsRequest{