chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 780638c2c6 - Show all commits
+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);
}