pub fn export_wallet(
name_or_id: &str,
passphrase: Option<&str>,
vault_path: Option<&Path>,
) -> Result<String, OwsLibError>Expand description
Export a wallet’s secret. Mnemonic wallets return the phrase. Private key wallets return JSON with both keys.