v2: tx added to buy res

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-30 16:52:47 +03:30
parent aab97d43ca
commit 6411b174f3
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -556,4 +556,7 @@ message BuyAssetRes {
double fee_amount = 7; double fee_amount = 7;
int64 discount_amount = 8; int64 discount_amount = 8;
double buy_min_amount = 9; double buy_min_amount = 9;
int64 irt_tx = 10;
int64 asset_tx = 11;
optional uint64 discount_id = 12;
} }