V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit dbe1c8c293 - Show all commits
+1 -1
View File
@@ -553,6 +553,6 @@ message BuyAssetRes {
int64 calculated_irt_amount = 4;
double calculated_asset_amount = 5;
double fee_amount = 6;
double discount_amount = 7;
int64 discount_amount = 7;
double buy_min_amount = 8;
}