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 46224b9740 - Show all commits
+9 -9
View File
@@ -102,14 +102,15 @@ message Asset {
string updated_at = 28;
string created_at = 29;
repeated string images = 30;
AssetStatus status = 31;
AssetMeta meta = 32;
AssetTokenType token_type = 33;
AssetPrice price = 34;
bool is_base_asset = 35;
bool is_locked = 36;
Commission commission = 37;
AssetType type = 38;
repeated string videos = 31;
AssetStatus status = 32;
AssetMeta meta = 33;
AssetTokenType token_type = 34;
AssetPrice price = 35;
bool is_base_asset = 36;
bool is_locked = 37;
Commission commission = 38;
AssetType type = 39;
}
enum AssetTokenType {
@@ -153,7 +154,6 @@ message AssetFilter {
optional bool can_withdraw = 9;
optional bool is_active = 10;
optional string search = 11; // Not yet implemented !
}
message AssetDiscountReq {