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 bba9c90c6e - Show all commits
+1 -1
View File
@@ -140,7 +140,7 @@ message AssetList { repeated Asset list = 1; }
message AssetFilter {
repeated int64 ids = 1;
repeated AssetType asset_type = 2; // AssetType
repeated AssetType type = 2; // AssetType
repeated AssetType token_type = 3; // AssetType
repeated AssetStatus status = 4;
repeated string name = 5;