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:
commit
aac5d5e784
@ -75,6 +75,7 @@ message Asset {
|
||||
repeated string images = 30;
|
||||
int32 status = 31;
|
||||
AssetMeta meta = 32;
|
||||
string type = 33;
|
||||
}
|
||||
|
||||
message GetAssetReq {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user