Skip to content

Commit 3be47f9

Browse files
BRBussyclaude
andauthored
feat(wallet/account): add show_internally_created filter to SearchAccounts (#332)
Adds optional bool field on SearchAccountsRequest so callers can opt in to including internally created accounts in search results. Defaults to false to preserve existing behavior. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5c010a4 commit 3be47f9

2 files changed

Lines changed: 22 additions & 5 deletions

File tree

go/wallet/account/v1/service.pb.go

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/meshtrade/wallet/account/v1/service.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,12 @@ message SearchAccountsRequest {
548548
}
549549
}
550550
}];
551+
552+
/*
553+
Optional filter to show internally created accounts.
554+
False by default.
555+
*/
556+
bool show_internally_created = 5;
551557
}
552558

553559
/*

0 commit comments

Comments
 (0)