v2: assetid ( double -> int)
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
3f6f06414d
commit
180b98a282
@ -487,7 +487,7 @@ message AssetDiscountRes {
|
|||||||
string expires_at = 3;
|
string expires_at = 3;
|
||||||
double static_amount = 4;
|
double static_amount = 4;
|
||||||
double percentage = 5;
|
double percentage = 5;
|
||||||
double supported_asset = 6;
|
int64 supported_asset = 6;
|
||||||
optional double discount_amount =
|
optional double discount_amount =
|
||||||
7; // based of asset price and discount amount in req
|
7; // based of asset price and discount amount in req
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user