pub fn find_vanity_address<T: VanityMatcher>(
matcher: T,
) -> Option<PrivateKeySigner>
Expand description
Generates random wallets until matcher
matches the wallet address, returning the wallet.
pub fn find_vanity_address<T: VanityMatcher>(
matcher: T,
) -> Option<PrivateKeySigner>
Generates random wallets until matcher
matches the wallet address, returning the wallet.