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 is contained in:
nfel 2024-12-21 11:51:27 +00:00
commit aac5d5e784

View File

@ -75,6 +75,7 @@ message Asset {
repeated string images = 30; repeated string images = 30;
int32 status = 31; int32 status = 31;
AssetMeta meta = 32; AssetMeta meta = 32;
string type = 33;
} }
message GetAssetReq { message GetAssetReq {