feat: add market contract req message

This commit is contained in:
2025-07-30 13:53:12 +03:30
parent a19bcd544c
commit 780638c2c6
+1 -1
View File
@@ -26,5 +26,5 @@ service MarketplaceSrv {
rpc GetUserMarketHistory(OrderListFilter) returns (MarketOrderList); // list of order + purchase related to buying an asset
// Contract
rpc GenerateMarketContract(CalcMarketReq) returns (ContractMarketRes);
rpc GenerateMarketContract(MarketContractReq) returns (ContractMarketRes);
}