pub fn generate_seed_phrase_with_passphrase(
passphrase: &str,
) -> Result<(String, PublicKey), SecretError>Expand description
Generates a new 12-words seed phrase with a custom passphrase and default HD path
pub fn generate_seed_phrase_with_passphrase(
passphrase: &str,
) -> Result<(String, PublicKey), SecretError>Generates a new 12-words seed phrase with a custom passphrase and default HD path