Trait VanityMatcher

Source
pub trait VanityMatcher: Send + Sync {
    // Required method
    fn is_match(&self, addr: &Address) -> bool;
}
Expand description

A trait to match vanity addresses.

Required Methods§

Source

fn is_match(&self, addr: &Address) -> bool

Implementors§