v2: commision added to asset

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-30 13:49:55 +03:30
parent af46f5392e
commit 0a1697f5d1
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -112,6 +112,7 @@ message Asset {
AssetPrice price = 34;
bool is_base_asset = 35;
bool is_locked = 36;
Commission commission = 37;
}
message AssetDiscountReq {