feat: add market contract req message

This commit is contained in:
AmirMahdi Qiasvand 2025-07-30 13:53:12 +03:30
parent a19bcd544c
commit 780638c2c6

View File

@ -26,5 +26,5 @@ service MarketplaceSrv {
rpc GetUserMarketHistory(OrderListFilter) returns (MarketOrderList); // list of order + purchase related to buying an asset rpc GetUserMarketHistory(OrderListFilter) returns (MarketOrderList); // list of order + purchase related to buying an asset
// Contract // Contract
rpc GenerateMarketContract(CalcMarketReq) returns (ContractMarketRes); rpc GenerateMarketContract(MarketContractReq) returns (ContractMarketRes);
} }