pub fn mnemonic_decode( mnemonic: &[String], word_list: &[String], ) -> Result<Vec<u8>>
Decodes a mnemonic into data using BIP-39