From 5cfa35d464557387d71d21d2f69bcc7944959b7c Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 17 May 2025 13:30:16 +0330 Subject: [PATCH] v2: add search term in asset filter Signed-off-by: nfel --- wallet/v1/msg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 8787680..9227050 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -152,6 +152,7 @@ message AssetFilter { optional bool can_deposit = 8; optional bool can_withdraw = 9; optional bool is_active = 10; + optional string search = 11; // Not yet implemented ! }