Function seed_from_phrase
Source pub fn seed_from_phrase(phrase: &str) -> Result<[u8; 64]>
Expand description
Utility function to generate a seed from seed phrase.
§Arguments
phrase - The seed phrase to generate the seed from.
§Returns
The seed as a 64-byte array.