v2: is_locked added to wallet
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
87198ce3f9
commit
87ee504638
@ -211,6 +211,7 @@ message Wallet {
|
|||||||
string created_at = 9;
|
string created_at = 9;
|
||||||
string wallet_code = 10;
|
string wallet_code = 10;
|
||||||
bool accepted_terms = 11;
|
bool accepted_terms = 11;
|
||||||
|
bool is_locked = 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UserInitWalletReq {
|
message UserInitWalletReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user