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 162f60e90d - Show all commits
+12 -11
View File
@@ -99,18 +99,19 @@ message Asset {
bool can_sell = 25; bool can_sell = 25;
bool can_deposit = 26; bool can_deposit = 26;
bool can_withdraw = 27; bool can_withdraw = 27;
string updated_at = 28; bool can_trade = 28;
string created_at = 29; string updated_at = 29;
repeated string images = 30; string created_at = 30;
repeated string videos = 31; repeated string images = 31;
AssetStatus status = 32; repeated string videos = 32;
AssetMeta meta = 33; AssetStatus status = 33;
AssetTokenType token_type = 34; AssetMeta meta = 34;
AssetPrice price = 35; AssetTokenType token_type = 35;
bool is_base_asset = 36; AssetPrice price = 36;
bool is_locked = 37; bool is_base_asset = 37;
bool is_locked = 38;
// Commission commission = 38; // Commission commission = 38;
AssetType type = 38; AssetType type = 39;
} }
enum AssetTokenType { enum AssetTokenType {