[][src]Function tari_key_manager::mnemonic::to_secretkey_with_language

pub fn to_secretkey_with_language<K: SecretKey>(
    mnemonic_seq: &[String],
    language: &MnemonicLanguage
) -> Result<K, MnemonicError>

Generates a SecretKey that represent the provided mnemonic sequence of words using the specified language