v2: commission add to trx type

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-06-03 14:58:48 +03:30
parent ef2747a021
commit 873350345c
+1
View File
@@ -339,6 +339,7 @@ enum TransactionType {
LOCK = 12;
IRT_DEPOSIT = 13;
IRT_WITHDRAWAL = 14;
COMMISSION = 15;
}
enum TransactionStatus {