feat: add asset price message and add asset price for asset schema
This commit is contained in:
@@ -76,6 +76,14 @@ message Asset {
|
||||
int32 status = 31;
|
||||
AssetMeta meta = 32;
|
||||
string type = 33;
|
||||
AssetPrice price = 34;
|
||||
}
|
||||
|
||||
|
||||
message AssetPrice {
|
||||
string updated_at = 1;
|
||||
double market_price = 2;
|
||||
double admin_price = 3;
|
||||
}
|
||||
|
||||
message GetAssetReq {
|
||||
|
||||
Reference in New Issue
Block a user