Function ethkey::brain_recover::brain_recover[][src]

pub fn brain_recover(
    address: &Address,
    known_phrase: &str,
    expected_words: usize
) -> Option<String>

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.