improve recipient
This commit is contained in:
parent
cc0bd514d5
commit
3e699c2082
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user