From 1c1110b3a938fdd9a4bb6fc4efbaec4543538974 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 12 Apr 2025 16:49:11 +0330 Subject: [PATCH] v2: irt trx type Signed-off-by: nfel --- wallet/v1/msg.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 2ee955a..93df615 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -257,6 +257,8 @@ enum TransactionType { MARKETPLACE_BUY = 10; MARKETPLACE_SELL = 11; LOCK = 12; + IRT_DEPOSIT = 13; + IRT_WITHDRAWAL = 14; } enum TransactionStatus {