feat: add market contract req message
This commit is contained in:
parent
a19bcd544c
commit
780638c2c6
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user