forc_crypto::keys::vanity

Function find_vanity_address_with_timeout

Source
pub fn find_vanity_address_with_timeout(
    matcher: Either<RegexMatcher, HexMatcher>,
    use_mnemonic: bool,
    timeout_secs: Option<u64>,
) -> Result<(Address, SecretKey, Option<String>)>