[][src]Function tari_key_manager::mnemonic::from_bytes

pub fn from_bytes(
    bytes: Vec<u8>,
    language: &MnemonicLanguage
) -> Result<Vec<String>, MnemonicError>

Converts a vector of bytes to a sequence of mnemonic words using the specified language