MarketPlace: freezed balance added in wallet

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-02-18 13:07:50 +03:30
parent bf0978c722
commit b774a4602d
3 changed files with 34 additions and 11 deletions
-3
View File
@@ -20,7 +20,4 @@ service MarketplaceSrv {
rpc GetMarketPubHistory(OrderListFilter) returns (MarketOrderList); // This is for public market
rpc GetUserMarketHistory(OrderListFilter) returns (MarketOrderList); // list of order + purchase related to buying an asset
// rpc GetBuyHistory(OrderListFilterWithIAM) returns (MarketOrderList); // list of order + purchase related to buying an asset
// rpc GetSellHistory(OrderListFilterWithIAM) returns (MarketOrderList); // list of order + purchase related to selling an asset
}