pub fn find_vanity_address_with_nonce<T: VanityMatcher>(
matcher: T,
nonce: u64,
) -> Option<PrivateKeySigner>Expand description
Generates random wallets until matcher matches the contract address created at nonce,
returning the wallet.
pub fn find_vanity_address_with_nonce<T: VanityMatcher>(
matcher: T,
nonce: u64,
) -> Option<PrivateKeySigner>Generates random wallets until matcher matches the contract address created at nonce,
returning the wallet.