pub trait VanityMatcher: Send + Sync {
// Required method
fn is_match(&self, addr: &Address) -> bool;
}
Expand description
A trait to match vanity addresses.
pub trait VanityMatcher: Send + Sync {
// Required method
fn is_match(&self, addr: &Address) -> bool;
}
A trait to match vanity addresses.