feat(proto): add publisher ICO order flow
This commit is contained in:
@@ -814,12 +814,14 @@ message CalcBuyAssetRes {
|
||||
double calculated_asset_amount = 3;
|
||||
EffectiveCommission commission = 4;
|
||||
optional AssetDiscountRes discount_detail = 5;
|
||||
uint64 maker_order_id = 6;
|
||||
}
|
||||
|
||||
message BuyAssetRes {
|
||||
bool success = 1;
|
||||
string irt_hash = 2;
|
||||
string asset_hash = 3;
|
||||
uint64 order_id = 4;
|
||||
}
|
||||
|
||||
/* Contract */
|
||||
|
||||
Reference in New Issue
Block a user