pub fn validate_existing_wallet(
mnemonic: Mnemonic,
network: Network,
storage_dir_path: &Path,
) -> Result<(), Error>Expand description
Verify that an existing BDK wallet is present and belongs to the configured mnemonic and network without modifying its database.