From 162f60e90d4ade738ae48fce76a30e2ae0db20f2 Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 11 Jun 2025 12:44:35 +0330 Subject: [PATCH] v2: can trade added Signed-off-by: nfel --- wallet/v1/msg.proto | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 4531364..512c6b8 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -99,18 +99,19 @@ message Asset { bool can_sell = 25; bool can_deposit = 26; bool can_withdraw = 27; - string updated_at = 28; - string created_at = 29; - repeated string images = 30; - 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; + bool can_trade = 28; + string updated_at = 29; + string created_at = 30; + repeated string images = 31; + repeated string videos = 32; + AssetStatus status = 33; + AssetMeta meta = 34; + AssetTokenType token_type = 35; + AssetPrice price = 36; + bool is_base_asset = 37; + bool is_locked = 38; // Commission commission = 38; - AssetType type = 38; + AssetType type = 39; } enum AssetTokenType {