From 552bd3c428c47bcc385131d27b0d610c16dd119e Mon Sep 17 00:00:00 2001 From: hossein_225 Date: Sat, 21 Dec 2024 15:17:26 +0330 Subject: [PATCH] add type to Asset --- wallet/v1/msg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 312910c..36d1097 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -75,6 +75,7 @@ message Asset { repeated string images = 30; int32 status = 31; AssetMeta meta = 32; + string type = 33; } message GetAssetReq {