v2: assetid ( double -> int)

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-08 12:09:25 +03:30
parent 3f6f06414d
commit 180b98a282
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

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