Function breez_sdk_core::mnemonic_to_seed
source ยท pub fn mnemonic_to_seed(phrase: String) -> Result<Vec<u8>>
Expand description
Attempts to convert the phrase to a mnemonic, then to a seed.
If the phrase is not a valid mnemonic, an error is returned.