v2: commission add to trx type

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-06-03 14:58:48 +03:30
parent ef2747a021
commit 873350345c
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -339,6 +339,7 @@ enum TransactionType {
LOCK = 12; LOCK = 12;
IRT_DEPOSIT = 13; IRT_DEPOSIT = 13;
IRT_WITHDRAWAL = 14; IRT_WITHDRAWAL = 14;
COMMISSION = 15;
} }
enum TransactionStatus { enum TransactionStatus {