feat(proto): add publisher ICO order flow

This commit is contained in:
2026-08-14 19:49:25 +03:30
parent d27d3ff550
commit 286b8e549b
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -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 */