[][src]Function bip39::bip39_to_seed

pub fn bip39_to_seed(phrase: &str, password: &str) -> PyResult<Vec<u8>>

Creates a seed from a BIP39 phrase

Arguments

  • phrase - Mnemonic phrase
  • password - Use empty string for no password

Returns

Returns a 32-bytes seed