Market Contract proto changes #27

Merged
nfel merged 9 commits from market/contract into v2 2025-08-02 13:59:09 +00:00
Showing only changes of commit df1df24852 - Show all commits

View File

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