pub fn save_encrypted_wallet(
wallet: &EncryptedWallet,
vault_path: Option<&Path>,
) -> Result<(), OwsLibError>Expand description
Save an encrypted wallet file with strict permissions.
pub fn save_encrypted_wallet(
wallet: &EncryptedWallet,
vault_path: Option<&Path>,
) -> Result<(), OwsLibError>Save an encrypted wallet file with strict permissions.