fix: market order req side type

This commit is contained in:
AmirMahdi Qiasvand 2025-08-05 12:03:48 +03:30
parent 4a24fcb263
commit 4f25639e98

View File

@ -35,7 +35,7 @@ message CalcMarketReq {
double amount = 4; double amount = 4;
double unit_price = 5; double unit_price = 5;
MarketParticipantType participant_type = 6; MarketParticipantType participant_type = 6;
optional wallet.v1.BuyAssetSide req_side = 7; // For Calculation : can be from asset or irt market.v1.MarketOrderSide req_side = 7; // For Calculation : can be from asset or irt
} }
message CalcMarketRes { message CalcMarketRes {