Function tari_key_manager::mnemonic::to_secretkey[][src]

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

Generates a SecretKey that represents the provided mnemonic sequence of words. The language of the mnemonic sequence is autodetected.