MarketPlace: parent order

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-02-15 16:23:47 +03:30
parent 20bc178ea4
commit d727e8cd59
3 changed files with 7 additions and 3 deletions
+3
View File
@@ -239,6 +239,9 @@ enum TransactionType {
WAGE = 7;
EXTERNAL_DEPOSIT = 8;
INTERNAL_DEPOSIT = 9;
MARKETPLACE_BUY = 10;
MARKETPLACE_SELL = 11;
LOCK = 12;
}
enum TransactionStatus {