Can Trade added to asset filter

This commit is contained in:
nfel 2025-08-02 17:34:38 +03:30
parent 099b435e09
commit a3c15365f2
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -165,8 +165,9 @@ message AssetFilter {
optional bool can_sell = 7; optional bool can_sell = 7;
optional bool can_deposit = 8; optional bool can_deposit = 8;
optional bool can_withdraw = 9; optional bool can_withdraw = 9;
optional bool is_active = 10; optional bool can_trade = 10;
optional string search = 11; // Not yet implemented ! optional bool is_active = 11;
optional string search = 12; // Not yet implemented !
} }
message AssetDiscountReq { message AssetDiscountReq {