feat: add is_identity_verified to UserIdentityBasic message
This commit is contained in:
parent
8453a6bb9c
commit
776406cb7d
@ -188,6 +188,7 @@ message UserIdentityBasic {
|
|||||||
string first_name = 4;
|
string first_name = 4;
|
||||||
string last_name = 5;
|
string last_name = 5;
|
||||||
string wallet_address = 6;
|
string wallet_address = 6;
|
||||||
|
bool is_identity_verified = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UserUpdateIdentityReq {
|
message UserUpdateIdentityReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user