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 55d534bf1d - Show all commits
+1 -1
View File
@@ -544,7 +544,7 @@ message BuyAssetReq {
double amount_irt = 3;
double amount_asset = 4;
BuyAssetSide side = 5;
optional uint64 discount_id = 6;
optional string discount_code = 6;
optional auth.v1.TFA tfa = 7; // This might be used in the future
}