v2: simplifying irt flow

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-04-13 11:28:28 +03:30
parent 1c1110b3a9
commit a5370200b5
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -510,3 +510,8 @@ message AssetDiscountRes {
optional double discount_amount =
8; // based of asset price and discount amount in req
}
message IRTReq {
auth.v1.InternalIAM iam = 1;
double amount = 3;
}