pub fn lookup(sha: &str) -> Result<Phrase, ParsePhraseError>Expand description
Looks up a phrase from a given str slice. It should be able to look up any sized string but only if it’s a valid hexadecimal.
pub fn lookup(sha: &str) -> Result<Phrase, ParsePhraseError>Looks up a phrase from a given str slice. It should be able to look up any sized string but only if it’s a valid hexadecimal.