Function cfxkey::brain_recover::brain_recover
source · pub fn brain_recover(
address: &Address,
known_phrase: &str,
expected_words: usize
) -> Option<String>
Expand description
Tries to find a phrase for address, given the number of expected words and a partial phrase.
Returns None
if phrase couldn’t be found.