From dec09ea33a1a3ce16e3ed0d4d0b5f7aad6e8d2c4 Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 23 Sep 2024 14:22:04 +0330 Subject: [PATCH] dev - transaction list req filter (status type) Signed-off-by: nfel --- wallet_message.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallet_message.proto b/wallet_message.proto index b353e5a..40dc1c3 100644 --- a/wallet_message.proto +++ b/wallet_message.proto @@ -267,8 +267,8 @@ message UserGetTransactionListReq { optional int64 to_federation_id = 9; optional double amount_from = 10; optional double amount_to = 11; - optional int32 status = 12; - optional int32 type = 13; + TransactionStatus status = 12; + TransactionType type = 13; optional string tracking_code = 14; } /*