Merge pull request 'add type to Asset' (#9) from wallet/#22 into v2

Reviewed-on: https://git.kahrobatoken.com/Kahroba/proto/pulls/9
This commit was merged in pull request #9.
This commit is contained in:
2024-12-21 11:51:27 +00:00
+1
View File
@@ -75,6 +75,7 @@ message Asset {
repeated string images = 30;
int32 status = 31;
AssetMeta meta = 32;
string type = 33;
}
message GetAssetReq {