v2: asset id type ( str -> int )

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-05 14:31:17 +03:30
parent f588ab9e89
commit 478f063c44
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -492,7 +492,7 @@ message LockAssetReq {
message AssetDiscountReq {
string code = 1;
string asset_id = 2;
int64 asset_id = 2;
optional double amount = 3; // calculate discount amount
}