Merge pull request 'improve recipient' (#6) from recipient into v2

Reviewed-on: https://git.kahrobatoken.com/Kahroba/proto/pulls/6
This commit is contained in:
nfel 2024-12-10 08:22:22 +00:00
commit 5df728fd9c

View File

@ -223,9 +223,10 @@ enum TfaStateEnum {
} }
message Recipient { message Recipient {
string id = 1; string key = 1;
optional string first_name = 2; optional string first_name = 2;
optional string last_name = 3; optional string last_name = 3;
optional string public_key = 4;
} }
message LookUpNameReq { message LookUpNameReq {