Browse Source
- Change retrieveAllAccountsMetadata to return Account[] instead of AccountEncrypted[] to better reflect its purpose of returning non-sensitive metadata - Update ImportDerivedAccountView to use Account type and group by derivation path - Update retrieveAllFullyDecryptedAccounts to use AccountEncrypted type for encrypted data - Fix import path for Account type in ImportDerivedAccountView This change improves type safety by making it explicit which functions handle encrypted data vs metadata, and ensures consistent handling of account data across the application. The metadata functions now correctly strip sensitive fields while functions that need encrypted data maintain access to those fields.pull/137/head
2 changed files with 18 additions and 18 deletions
Loading…
Reference in new issue