v2: is active in asset filter

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-05-17 13:28:02 +03:30
parent bc654ce714
commit 61c58d0297
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -151,6 +151,7 @@ message AssetFilter {
optional bool can_sell = 7;
optional bool can_deposit = 8;
optional bool can_withdraw = 9;
optional bool is_active = 10;
}