V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 6a9f4bb9bd - Show all commits
+4 -2
View File
@@ -99,6 +99,8 @@ message OrderListFilter {
optional double starting_price = 8;
optional double ending_price = 9;
repeated wallet.v1.Asset asset = 10;
uint64 order_id = 11;
uint64 trx_id = 12;
optional uint64 order_id = 11;
optional uint64 trx_id = 12;
optional bool is_public = 13;
optional bool has_source = 14;
}