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 1c6d3f3f01 - Show all commits

View File

@ -18,7 +18,7 @@ service MarketplaceSrv {
rpc NewMarketOrder(NewMarketReq) returns (MarketOrder); // insert new buy order to market
rpc Purchase(PurchaseReq) returns (PurchaseRes); // purchase from an order
rpc NewTakerOrder(PurchaseReq) returns (PurchaseRes); // purchase from an order
rpc CancelOrder(auth.v1.IdReqWithIAMAndTFA) returns (base.v1.StatusRes); // cancel an order