pub fn create_matcher<T: VanityMatcher>(
matcher: T,
) -> impl Fn(&GeneratedWallet) -> bool
Expand description
Creates a nonce matcher function, which takes a reference to a GeneratedWallet and returns
whether it found a match or not by using matcher
.