v2: add walletAddr to basic info

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-03-05 16:40:30 +03:30
parent 195a7d8027
commit df5ad208fa
+1
View File
@@ -171,6 +171,7 @@ message UserIdentityBasic {
string mobile = 3;
string first_name = 4;
string last_name = 5;
string wallet_address = 6;
}
message UserUpdateIdentityReq {