v2: irt trx type

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-12 16:49:11 +03:30
parent e4c3fc5879
commit 1c1110b3a9
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -257,6 +257,8 @@ enum TransactionType {
MARKETPLACE_BUY = 10;
MARKETPLACE_SELL = 11;
LOCK = 12;
IRT_DEPOSIT = 13;
IRT_WITHDRAWAL = 14;
}
enum TransactionStatus {