Function cfxstore::cfxkey::brain_recover::brain_recover
pub fn brain_recover(
address: &H160,
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.