From 3d1e544c0036b6b0dfff6e550f7012d4a5941a6b Mon Sep 17 00:00:00 2001 From: hossein_225 Date: Tue, 17 Dec 2024 12:07:21 +0330 Subject: [PATCH] improve Identity message --- auth/v1/msg.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth/v1/msg.proto b/auth/v1/msg.proto index 37bce62..0d5020b 100644 --- a/auth/v1/msg.proto +++ b/auth/v1/msg.proto @@ -134,6 +134,8 @@ message Identity { string mobile = 21; optional Company company = 22; optional string employee_info = 23; + string pub_key = 24; + optional float balance = 25; } message IdentityBasic {