@@ -30,6 +30,14 @@ message MarketOrder {
|
||||
// repeated string attachments = 14; // possible files included by seller/buyer
|
||||
}
|
||||
|
||||
message MarketAssetListReq{
|
||||
base.v1.BaseQueryParam base = 1;
|
||||
optional auth.v1.InternalIAM iam = 2;
|
||||
}
|
||||
message MarketAssetList{
|
||||
repeated wallet.v1.Asset list = 1;
|
||||
}
|
||||
|
||||
message PurchaseReq {
|
||||
uint64 order_id = 1;
|
||||
double amount = 2;
|
||||
|
||||
Reference in New Issue
Block a user