pub fn list_encrypted_wallets(
vault_path: Option<&Path>,
) -> Result<Vec<EncryptedWallet>, OwsLibError>Expand description
Load all encrypted wallets from the vault. Checks directory permissions and warns if insecure. Returns wallets sorted by created_at descending (newest first).