v2: is_locked added to wallet

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-01-20 14:02:33 +03:30
parent 87198ce3f9
commit 87ee504638
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -211,6 +211,7 @@ message Wallet {
string created_at = 9;
string wallet_code = 10;
bool accepted_terms = 11;
bool is_locked = 12;
}
message UserInitWalletReq {