v2: max amount

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-09 15:34:12 +03:30
parent 56296a2de5
commit 48d9276e5f
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -487,7 +487,8 @@ message AssetDiscountRes {
string expires_at = 3;
double static_amount = 4;
double percentage = 5;
optional int64 supported_asset = 6;
double max_amount = 6;
optional int64 supported_asset = 7;
optional double discount_amount =
7; // based of asset price and discount amount in req
8; // based of asset price and discount amount in req
}