v2: change name from asset_type to type
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
e2b3b41fbb
commit
bba9c90c6e
@ -140,7 +140,7 @@ message AssetList { repeated Asset list = 1; }
|
||||
|
||||
message AssetFilter {
|
||||
repeated int64 ids = 1;
|
||||
repeated AssetType asset_type = 2; // AssetType
|
||||
repeated AssetType type = 2; // AssetType
|
||||
repeated AssetType token_type = 3; // AssetType
|
||||
repeated AssetStatus status = 4;
|
||||
repeated string name = 5;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user