Market Contract proto changes #27

Merged
nfel merged 9 commits from market/contract into v2 2025-08-02 13:59:09 +00:00
Showing only changes of commit 922a000214 - Show all commits

View File

@ -147,7 +147,7 @@ message OrderListFilter {
repeated string to = 7;
optional double starting_price = 8;
optional double ending_price = 9;
repeated wallet.v1.Asset asset = 10;
repeated uint64 asset = 10;
optional uint64 order_id = 11;
optional uint64 trx_id = 12;
optional bool is_public = 13;