Reapply "Can Trade added to asset filter"
This reverts commit fe71cb20dd2fb1a5133a46d73027c65f92c6c0bf.
This commit is contained in:
parent
8c2305b8bd
commit
9e3c4b9ff0
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user