getUserInfo returns user_identifier as well
This commit is contained in:
parent
a2a9cc5d01
commit
79ca9401e3
6 changed files with 3572 additions and 3548 deletions
|
|
@ -318,6 +318,7 @@ message UserInfo{
|
|||
string userId = 1;
|
||||
int64 balance = 2;
|
||||
int64 max_withdrawable = 3;
|
||||
string user_identifier = 4;
|
||||
}
|
||||
|
||||
message GetUserOperationsRequest{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue